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

Bind Jamming Port

2009-04-16 Thread Michael Lawson (mshindo)
Hey Guys, I have an application that creates using the openssl libraries under linux a encrypted server. This works perfectly apart from one small bug, whenever I close the application, either deliberately or though an unexpected error the port becomes locked(I get bind errors if I try and start t