]> Git Repo - qemu.git/commit
slirp: Port redirection option behave differently on Linux and Windows
authorTaimoor Mirza <[email protected]>
Thu, 15 Aug 2013 18:13:28 +0000 (23:13 +0500)
committerMichael Tokarev <[email protected]>
Sun, 1 Sep 2013 14:52:30 +0000 (18:52 +0400)
commitefcb7e45290ecc8633f7c5bdf02ac86f6289fa7d
treeadca823dd54dccd7edc8a8b5d3c209c9d4091a57
parent4ff78e0dbcd5c795962567fdc1b31e9e03c55b07
slirp: Port redirection option behave differently on Linux and Windows

port redirection code uses SO_REUSEADDR socket option before binding to
host port. Behavior of SO_REUSEADDR is different on Windows and Linux.
Relaunching QEMU with same host and guest port redirection values on Linux
throws error but on Windows it does not throw any error.
Problem is discussed in http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg03089.html

Signed-off-by: Taimoor Mirza <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
slirp/socket.c
This page took 0.021313 seconds and 4 git commands to generate.