Re: Bind Jamming Port

2009-04-16 Thread Victor Duchovni
On Thu, Apr 16, 2009 at 11:40:55PM +0300, Nikos Balkanas wrote: > Sounds like you are not closing the port when exiting. If you do a > netstat what state do you see ? CLOSE_WAIT? More likely failure to use SO_REUSEADDR when creating the server socket. -- Viktor.

Re: Bind Jamming Port

2009-04-16 Thread Nikos Balkanas
Hi, Sounds like you are not closing the port when exiting. If you do a netstat what state do you see ? CLOSE_WAIT? BR, Nikos - Original Message - From: Michael Lawson (mshindo) To: openssl-users@openssl.org Sent: Thursday, April 16, 2009 2:04 PM Subject: Bind Jamming Port