Re: how to shut down a TCP connection

1999-09-22 Thread Louis A. Mamakos
> Hi, > > I'm doing TCP development on a custom operating system that I've > written and am using my FreeBSD box for testing my TCP stack. I'm in > the early stages right now and I have a lot of bugs. One of my bugs > is that I shut down a connection on my end but I'm doing something > wrong an

Re: how to shut down a TCP connection

1999-09-21 Thread Brian Dean
> :Does anyone know how I can manually shutdown the above connection on > :'vger' short of waiting a really long time or rebooting? > : > :Thanks, > :-Brian > :-- > :Brian Dean [EMAIL PROTECTED] > > Turn on keepalives and set the parameters really low so the connection >

Re: how to shut down a TCP connection

1999-09-21 Thread Matthew Dillon
:Hi, : :I'm doing TCP development on a custom operating system that I've :written and am using my FreeBSD box for testing my TCP stack. I'm in :the early stages right now and I have a lot of bugs. One of my bugs :is that I shut down a connection on my end but I'm doing something :wrong and the c

how to shut down a TCP connection

1999-09-21 Thread Brian Dean
Hi, I'm doing TCP development on a custom operating system that I've written and am using my FreeBSD box for testing my TCP stack. I'm in the early stages right now and I have a lot of bugs. One of my bugs is that I shut down a connection on my end but I'm doing something wrong and the connecti