diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-01 19:55:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-01 19:55:38 +0000 |
commit | c38997fcc31e1562eb59356cb266390c618c4939 (patch) | |
tree | 0b670dbabf39a78834d82dda6b097a9478e0ff00 /sys/netinet/tcp_var.h | |
parent | 68cbcf1a57ad273f5dee03223eafd6ea21d8e8ec (diff) |
correct rfc; from Kris Katterjohn
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r-- | sys/netinet/tcp_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 5e8fae21e60..d639001a425 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_var.h,v 1.80 2005/12/11 17:21:53 deraadt Exp $ */ +/* $OpenBSD: tcp_var.h,v 1.81 2007/02/01 19:55:37 jmc Exp $ */ /* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */ /* @@ -102,7 +102,7 @@ struct tcpcb { struct timeout t_delack_to; /* delayed ACK callback */ /* * The following fields are used as in the protocol specification. - * See RFC783, Dec. 1981, page 21. + * See RFC793, Dec. 1981, page 21. */ /* send sequence variables */ tcp_seq snd_una; /* send unacknowledged */ |