Comment fix: statistics are not read-only.
This commit is contained in:
parent
0cae9d3d4a
commit
2f06d2ab91
@ -666,7 +666,7 @@ struct xtcpcb {
|
||||
*/
|
||||
#define TCPCTL_DO_RFC1323 1 /* use RFC-1323 extensions */
|
||||
#define TCPCTL_MSSDFLT 3 /* MSS default */
|
||||
#define TCPCTL_STATS 4 /* statistics (read-only) */
|
||||
#define TCPCTL_STATS 4 /* statistics */
|
||||
#define TCPCTL_RTTDFLT 5 /* default RTT estimate */
|
||||
#define TCPCTL_KEEPIDLE 6 /* keepalive idle timer */
|
||||
#define TCPCTL_KEEPINTVL 7 /* interval to send keepalives */
|
||||
|
Loading…
Reference in New Issue
Block a user