Re: [vpp-dev] Active close case with outstanding data case issue of version 19.04 #vnet

2019-07-02 Thread guangwei
I missed a place that when all data acked, FIN is send out and the flag will be removed, then if peer side ACK the FIN, the connection will step to FIN_WAIT_2, So please ignore this. At 2019-06-12 23:42:09, "guangwei" wrote: From the code, when active close in tcp_connection_close, the

[vpp-dev] Active close case with outstanding data case issue of version 19.04 #vnet

2019-06-12 Thread guangwei
>From the code, when active close in tcp_connection_close, the TCP state will >change to FIN_WAIT_1 and if there is TX data meanwhile, it will set TCP flag >TCP_CONN_FINPNDG also, but there is no method in the stack for this TCP to step into the FIN_WAIT_2 state, the only thing this TCP can happ