Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166734691
D15959.id44400.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
655 B
Referenced Files
None
Subscribers
None
D15959.id44400.diff
View Options
Index: head/sys/netinet/tcp_fastopen.c
===================================================================
--- head/sys/netinet/tcp_fastopen.c
+++ head/sys/netinet/tcp_fastopen.c
@@ -278,7 +278,7 @@
CTLFLAG_VNET | CTLFLAG_RDTUN, &VNET_NAME(tcp_fastopen_ccache_buckets), 0,
"Client cookie cache number of buckets (power of 2)");
-VNET_DEFINE(unsigned int, tcp_fastopen_client_enable) = 0;
+VNET_DEFINE(unsigned int, tcp_fastopen_client_enable) = 1;
static int sysctl_net_inet_tcp_fastopen_client_enable(SYSCTL_HANDLER_ARGS);
SYSCTL_PROC(_net_inet_tcp_fastopen, OID_AUTO, client_enable,
CTLFLAG_VNET | CTLTYPE_UINT | CTLFLAG_RW, NULL, 0,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 16, 11:00 PM (6 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36844369
Default Alt Text
D15959.id44400.diff (655 B)
Attached To
Mode
D15959: Enable TFO client support by default
Attached
Detach File
Event Timeline
Log In to Comment