silby 2007-10-07 00:07:28 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c
Log:
Improve the debugging message:
TCP: [X.X.X.X]:X to [X.X.X.X]:X tcpflags 0x18<PUSH,ACK>; tcp_do_segment:
FIN_WAIT_2: Received data after socket was closed, sending RST and removing
tcpcb
So that it also includes how many bytes of data were received. It now looks
like this:
TCP: [X.X.X.X]:X to [X.X.X.X]:X tcpflags 0x18<PUSH,ACK>; tcp_do_segment:
FIN_WAIT_2: Received X bytes of data after socket was closed, sending RST and
removing tcpcb
Approved by: re (gnn)
Revision Changes Path
1.369 +2 -2 src/sys/netinet/tcp_input.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"