mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
fix comment re: RST received in TIME_WAIT to match the code.
This commit is contained in:
parent
684adedee4
commit
e9bd3a37e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48886
sys/netinet
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
|
||||
* $Id: tcp_input.c,v 1.85 1999/05/03 23:57:30 billf Exp $
|
||||
* $Id: tcp_input.c,v 1.86 1999/05/06 18:13:01 peter Exp $
|
||||
*/
|
||||
|
||||
#include "opt_ipfw.h" /* for ipfw_fwd */
|
||||
@ -1037,9 +1037,9 @@ tcp_input(m, iphlen)
|
||||
* If active open, inform user that connection was refused.
|
||||
* ESTABLISHED, FIN_WAIT_1, FIN_WAIT2, CLOSE_WAIT STATES:
|
||||
* Inform user that connection was reset, and close tcb.
|
||||
* CLOSING, LAST_ACK, TIME_WAIT STATES
|
||||
* CLOSING, LAST_ACK STATES:
|
||||
* Close the tcb.
|
||||
* TIME_WAIT state:
|
||||
* TIME_WAIT STATE:
|
||||
* Drop the segment - see Stevens, vol. 2, p. 964 and
|
||||
* RFC 1337.
|
||||
*/
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
|
||||
* $Id: tcp_input.c,v 1.85 1999/05/03 23:57:30 billf Exp $
|
||||
* $Id: tcp_input.c,v 1.86 1999/05/06 18:13:01 peter Exp $
|
||||
*/
|
||||
|
||||
#include "opt_ipfw.h" /* for ipfw_fwd */
|
||||
@ -1037,9 +1037,9 @@ tcp_input(m, iphlen)
|
||||
* If active open, inform user that connection was refused.
|
||||
* ESTABLISHED, FIN_WAIT_1, FIN_WAIT2, CLOSE_WAIT STATES:
|
||||
* Inform user that connection was reset, and close tcb.
|
||||
* CLOSING, LAST_ACK, TIME_WAIT STATES
|
||||
* CLOSING, LAST_ACK STATES:
|
||||
* Close the tcb.
|
||||
* TIME_WAIT state:
|
||||
* TIME_WAIT STATE:
|
||||
* Drop the segment - see Stevens, vol. 2, p. 964 and
|
||||
* RFC 1337.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user