[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00978) Re: Multiple processes binding to same port/address
- To: parijat@xxxxxxxxxxxxxx
- Subject: (usagi-users 00978) Re: Multiple processes binding to same port/address
- From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Tue, 06 Nov 2001 21:00:26 +0900
- Cc: usagi-users@xxxxxxxxxxxxxx
- In-reply-to: <200111061056.SAA08421@cwcsun41.cwc.nus.edu.sg>
- References: <200111061056.SAA08421@cwcsun41.cwc.nus.edu.sg>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- Sender: "Hideaki YOSHIFUJI" <yoshfuji@xxxxxxxxxxxxxxxxxxxxxxxxx>
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