cvs commit: src/sys/netinet tcp_input.c
Mike Silbersack
silby at FreeBSD.org
Sat Oct 6 17:07:28 PDT 2007
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
More information about the cvs-src
mailing list