[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 00978) Re: Multiple processes binding to same port/address



In article <200111061056.SAA08421@xxxxxxxxxxxxxxxxxxxxxxx> (at Tue, 6 Nov 2001 19:02:57 -0500), Parijat Mishra <parijat@xxxxxxxxxxxxxx> says:

> I have an application that launches three processes, all of which bind to the 
> same MULTICAST (IPv6) address and port.  It used to work fine under the stock 
> kernel, but under USAGI the second and third processes fail with "address 
> already in use" error.  Any special setting or kernel option required?

Do you set SO_REUSEADDR?

--yoshfuji