Re: Advice needed on running idiotic test for client

2005-06-15 Thread PSI, Mike Smith
- 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 >

Advice needed on running idiotic test for client

2005-06-14 Thread PSI, Mike Smith
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

Re: Carp Suppression

2005-06-13 Thread PSI, Mike Smith
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