Improve the sysctl node name.

X-MFC with:	r290122
Sponsored by:	Limelight Networks
This commit is contained in:
Hiren Panchasara 2015-11-05 02:09:48 +00:00
parent cda9474ab7
commit 054d38e38c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290379

View File

@ -149,7 +149,7 @@ SYSCTL_INT(_net_inet_tcp, OID_AUTO, drop_synfin, CTLFLAG_VNET | CTLFLAG_RW,
"Drop TCP packets with SYN+FIN set");
VNET_DEFINE(int, tcp_do_rfc6675_pipe) = 0;
SYSCTL_INT(_net_inet_tcp, OID_AUTO, do_pipe, CTLFLAG_VNET | CTLFLAG_RW,
SYSCTL_INT(_net_inet_tcp, OID_AUTO, rfc6675_pipe, CTLFLAG_VNET | CTLFLAG_RW,
&VNET_NAME(tcp_do_rfc6675_pipe), 0,
"Use calculated pipe/in-flight bytes per RFC 6675");