On 18-Jan-00 Jim Schram wrote:
> It's all terribly confusing if you ask me... but you'll want to "linger for
> 0 seconds" like this:
>
> ltype.onOff = true;
> ltype.time = 0;
>
> Our IP stack source goes something like this:
>
> if ( socketP->linger.onOff && socketP->linger.time == 0 )
> ...do an abortive close
Hay!! It actually works now! Thanks to Jim and Alexander for limiting down
the factors. I just did the onOff = true and time = 0. Didn't have to use
the delay or anything. Now I can open/close my connections without running
out.
/* Chris Faherty <[EMAIL PROTECTED]> */