[AWS] raised SOCKETS.SOCKET_ERROR : Bind failed (errno is 98)

Darren New dnew@san.rr.com
Tue, 11 Jun 2002 10:51:36 -0700


Jeremy Cowgar wrote:
> and quit via the 'Q' key, I always have to wait about 1 minute before I
> run the program again or I get the exception:
> 
> raised SOCKETS.SOCKET_ERROR : Bind failed (errno is 98)

This is a TCP thing. Basically, the kernel doesn't let you kill a server and
start a new one lest the network delivers a delayed packet to the new server
that was intended for the old server.

There's probably a way to get around this with IOCTL and something with the
word REUSE in it, but it tends to vary from OS to OS.



-- 
Darren New 
San Diego, CA, USA (PST). Cryptokeys on demand.
** http://home.san.rr.com/dnew/DNResume.html **
** http://images.fbrtech.com/dnew/ **

     My brain needs a "back" button so I can
         remember where I left my coffee mug.