summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.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_input.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_input.c')
-rw-r--r--sys/netinet/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 128cccd..0e3aefd 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -185,7 +185,7 @@ SYSCTL_VNET_INT(_net_inet_tcp, OID_AUTO, insecure_rst, CTLFLAG_RW,
VNET_DEFINE(int, tcp_recvspace) = 1024*64;
#define V_tcp_recvspace VNET(tcp_recvspace)
-SYSCTL_VNET_INT(_net_inet_tcp, TCPCTL_RECVSPACE, tcp_recvspace, CTLFLAG_RW,
+SYSCTL_VNET_INT(_net_inet_tcp, TCPCTL_RECVSPACE, recvspace, CTLFLAG_RW,
&VNET_NAME(tcp_recvspace), 0, "Initial receive socket buffer size");
VNET_DEFINE(int, tcp_do_autorcvbuf) = 1;
OpenPOWER on IntegriCloud