Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162626728
D52872.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
500 B
Referenced Files
None
Subscribers
None
D52872.diff
View Options
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -123,7 +123,7 @@
&VNET_NAME(tcp_autosndbuf_inc), 0,
"Incrementor step size of automatic send buffer");
-VNET_DEFINE(int, tcp_autosndbuf_max) = 2*1024*1024;
+VNET_DEFINE(int, tcp_autosndbuf_max) = 8*1024*1024;
SYSCTL_INT(_net_inet_tcp, OID_AUTO, sendbuf_max, CTLFLAG_VNET | CTLFLAG_RW,
&VNET_NAME(tcp_autosndbuf_max), 0,
"Max size of automatic send buffer");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 5:46 AM (28 m, 3 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35125523
Default Alt Text
D52872.diff (500 B)
Attached To
Mode
D52872: tcp: bump max snd buffer size for autoscaling
Attached
Detach File
Event Timeline
Log In to Comment