Comment fix: statistics are not read-only.

This commit is contained in:
Gleb Smirnoff 2016-03-14 18:06:59 +00:00
parent 0cae9d3d4a
commit 2f06d2ab91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296867

View File

@ -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 */