Re: [Qemu-devel] Set SO_REUSEADDR at the right time

2006-01-22 Thread Michael Renzmann
Hi. On Sun, 2006-01-22 at 15:32 -0800, John R. Hogerhuis wrote: > FYI, Fabrice has a hard enough time tracking patches. That sounds familiar. We (MadWifi, that is) had similar problems about half a year ago. Due to the preferences of the previous maintainer of this driver we did nearly everything

Re: [Qemu-devel] Set SO_REUSEADDR at the right time

2006-01-22 Thread John R. Hogerhuis
Hi, On Mon, 2006-01-16 at 16:03 -0800, Nickolai Zeldovich wrote: > It looks like qemu (at least version 0.7.2, which is what I'm running > here) doesn't set SO_REUSEADDR before calling bind(), which makes that > fairly useless. This obvious patch moves up setting SO_REUSEADDR to the > right place

[Qemu-devel] Set SO_REUSEADDR at the right time

2006-01-16 Thread Nickolai Zeldovich
It looks like qemu (at least version 0.7.2, which is what I'm running here) doesn't set SO_REUSEADDR before calling bind(), which makes that fairly useless. This obvious patch moves up setting SO_REUSEADDR to the right place, just before bind(). Apologies if this is already fixed in 0.8.0. -- ko