diff options
author | silby <silby@FreeBSD.org> | 2007-10-07 00:07:27 +0000 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2007-10-07 00:07:27 +0000 |
commit | 3faef0286022deb16a1b3270d26e8aeeb68434fe (patch) | |
tree | cc9a5fcf6433316217c20e296edcac98dfba940d /sys/netinet/tcp_output.c | |
parent | caeef6111c8450d350a0926d31968121a5b5ae73 (diff) | |
download | FreeBSD-src-3faef0286022deb16a1b3270d26e8aeeb68434fe.zip FreeBSD-src-3faef0286022deb16a1b3270d26e8aeeb68434fe.tar.gz |
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)
Diffstat (limited to 'sys/netinet/tcp_output.c')
0 files changed, 0 insertions, 0 deletions