Re: [Qemu-devel] [PATCH 1/3] create socket_set_reuseaddr()

2011-03-23 Thread Amit Shah
On (Fri) 18 Mar 2011 [14:22:48], Juan Quintela wrote: > Windows is different than unix, SO_REUSEADDR is the default value > there. Create one function to do it and change all callers. > > Signed-off-by: Juan Quintela > --- > gdbstub.c |6 ++ > migration-tcp.c|4 +--- >

[Qemu-devel] [PATCH 1/3] create socket_set_reuseaddr()

2011-03-18 Thread Juan Quintela
Windows is different than unix, SO_REUSEADDR is the default value there. Create one function to do it and change all callers. Signed-off-by: Juan Quintela --- gdbstub.c |6 ++ migration-tcp.c|4 +--- nbd.c |5 + net/socket.c | 13 ---