summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-11-02 20:58:47 +0000
committerpluknet <pluknet@FreeBSD.org>2011-11-02 20:58:47 +0000
commitd8c1e30a7f97e28748b8d69b533172a586d89c95 (patch)
treeefa3a33da806af54abc79f55c167e1e15ce364ca /sys/netinet/tcp_output.c
parent417989ca0093a32e8bd3fe7a41fdeb2d18c06f4d (diff)
downloadFreeBSD-src-d8c1e30a7f97e28748b8d69b533172a586d89c95.zip
FreeBSD-src-d8c1e30a7f97e28748b8d69b533172a586d89c95.tar.gz
Restore sysctl names for tcp_sendspace/tcp_recvspace.
They seem to be changed unintentionally in r226437, and there were no any mentions of renaming in commit log message. Reported by: Anton Yuzhaninov <citrin citrin ru>
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 2db178d..21620d3 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -97,7 +97,7 @@ SYSCTL_VNET_INT(_net_inet_tcp, OID_AUTO, tso, CTLFLAG_RW,
VNET_DEFINE(int, tcp_sendspace) = 1024*32;
#define V_tcp_sendspace VNET(tcp_sendspace)
-SYSCTL_VNET_INT(_net_inet_tcp, TCPCTL_SENDSPACE, tcp_sendspace, CTLFLAG_RW,
+SYSCTL_VNET_INT(_net_inet_tcp, TCPCTL_SENDSPACE, sendspace, CTLFLAG_RW,
&VNET_NAME(tcp_sendspace), 0, "Initial send socket buffer size");
VNET_DEFINE(int, tcp_do_autosndbuf) = 1;
OpenPOWER on IntegriCloud