Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153574230
D52871.id164306.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
D52871.id164306.diff
View Options
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -219,7 +219,7 @@
&VNET_NAME(tcp_do_autorcvbuf), 0,
"Enable automatic receive buffer sizing");
-VNET_DEFINE(int, tcp_autorcvbuf_max) = 2*1024*1024;
+VNET_DEFINE(int, tcp_autorcvbuf_max) = 8*1024*1024;
SYSCTL_INT(_net_inet_tcp, OID_AUTO, recvbuf_max, CTLFLAG_VNET | CTLFLAG_RW,
&VNET_NAME(tcp_autorcvbuf_max), 0,
"Max size of automatic receive buffer");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 23, 1:08 AM (43 m, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31985638
Default Alt Text
D52871.id164306.diff (502 B)
Attached To
Mode
D52871: tcp: bump max rcv buffer size for autoscaling
Attached
Detach File
Event Timeline
Log In to Comment