- Original Message -
From: "Mike Silbersack" <[EMAIL PROTECTED]>
>
> Are the TIME_WAIT sockets building up on the client or the server?
>
> 5.x has some features so that it does not allow too many TIME_WAIT sockets
> to build up beyond a certain threshold, but if you're using 4.x we can
>
Hey all,
Need some probably fundamental help with an admitted idiotic "test" from a
client. Is there any way to close a TCP connection such that all resources are
immediately freed?
Standard operation: Sys B Listen -> Sys A connect -> Sys B Accept -> Sys A Send
-> Sys B Receive -> Sys A Close
Hey all,
Honestly I have no idea what this is all about, but saw something in the
change adding "ipf->if_flags=LINK_STATE_UP;" that just seemed really strange
from a programming standpoint. Doesn't this statement "undo" the effects of
the line just before it (ipf->if_flags |= IFF_RUNNING).
Again