Re: Putting all PCBs into sysctl?

2002-04-26 Thread Anand Narayanan
>Later, >George > >-- >George V. Neville-Neil [EMAIL PROTECTED] >Neville-Neil Consulting www.neville-neil.com > >"I learn only to be contented." inscription at Ryoan-ji in Kyoto, Japan > > > >To Unsub

Issue regarding SO_REUSEPORT and SO_REUSEADDR

2002-01-11 Thread Anand Narayanan
LDCARD); Shouldn't the last argument to in_pcblookup_local be "wild" instead of INPLOOKUP_WILDCARD? By passing INPLOOKUP_WILDCARD, in_pcblookup_local always ignores the SO_REUSE* options and bind fails. Is this a bug or am I missing something? Any help would be appreciated. -Ana

Bug in in_pcbbind() with respect to SO_REUSEADDR/SO_REUSEPORT

2002-01-08 Thread Anand Narayanan
Hi, This is an issue from in_pcb.c v 1.59.2.5 2000/08/16 06:14:23 I just encountered a problem in trying to bind a server address using the SO_REUSEPORT and SO_REUSEADDR option after the first one has been shutdown. Looking into in_pcbbind, I see that if SO_REUSEADDR or SO_REUSEPORT is set, the