Re: tcp_fsm.h: sending FIN or FIN+ACK in Closing state

2005-10-13 Thread Vishal M
one please give any pointers. Thanks, Vishal. --- Chuck Swiger <[EMAIL PROTECTED]> wrote: > Vishal M wrote: > > I have a question on Simulataneous TCP close. > > > > According to the TCP state machine mentioned in > > "TCP/IP Illustrated - Vol 2", pg 8

tcp_fsm.h: sending FIN or FIN+ACK in Closing state

2005-10-12 Thread Vishal M
Hello: I have a question on Simulataneous TCP close. According to the TCP state machine mentioned in "TCP/IP Illustrated - Vol 2", pg 806; TCP stack is supposed to just send out an ACK before transitioning into CLOSING state. However, according to tcp_outflags[] array shown on pg 807, fig #24.16