Fix a comment which was broken in rev 1.36.

PR:		19947
Submitted by:	Tetsuya Isaki <isaki@net.ipc.hiroshima-u.ac.jp>
This commit is contained in:
Sheldon Hearn 2000-07-18 16:43:29 +00:00
parent 116da9daa7
commit 571214d4fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63431

View File

@ -333,7 +333,7 @@ struct xtcpcb {
#define TCPCTL_KEEPINTVL 7 /* interval to send keepalives */
#define TCPCTL_SENDSPACE 8 /* send buffer space */
#define TCPCTL_RECVSPACE 9 /* receive buffer space */
#define TCPCTL_KEEPINIT 10 /* receive buffer space */
#define TCPCTL_KEEPINIT 10 /* timeout for establishing syn */
#define TCPCTL_PCBLIST 11 /* list of all outstanding PCBs */
#define TCPCTL_DELACKTIME 12 /* time before sending delayed ACK */
#define TCPCTL_V6MSSDFLT 13 /* MSS default for IPv6 */