--- In [email protected], Thomas Hruska <[EMAIL PROTECTED]> wrote: > > This is an OS-level issue. The OS will hang onto bound and (formerly) > connected sockets for a while. You may be able to set a socket option > to control this behavior (but may introduce other bugs). Best to just > wait it out.
Ok, not what I was expecting. I'll look into socket options anyway to see what's available. Thanks. John
