commit | 52e0850bfa0e713928e5eb7f8a785eb473837b49 | [log] [tgz] |
---|---|---|
author | Sebastian Ottlik <ottlik@fzi.de> | Wed Oct 02 12:23:15 2013 +0200 |
committer | Stefan Weil <sw@weilnetz.de> | Wed Oct 02 19:20:31 2013 +0200 |
tree | 3518810addbcec657267b9757f2245bba3856797 | |
parent | fe46980c85354e35ccd342b971855d5a028fe181 [diff] |
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR SO_REUSEADDR should be avoided on Windows but is desired on other operating systems. So instead of setting it we call socket_set_fast_reuse that will result in the appropriate behaviour on all operating systems. Signed-off-by: Sebastian Ottlik <ottlik@fzi.de> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Weil <sw@weilnetz.de>