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:
parent
03e04b36d1
commit
9c5574d7e9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user