Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143927360
D37776.id114534.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37776.id114534.diff
View Options
diff --git a/sys/netinet/tcp_log_buf.c b/sys/netinet/tcp_log_buf.c
--- a/sys/netinet/tcp_log_buf.c
+++ b/sys/netinet/tcp_log_buf.c
@@ -114,18 +114,18 @@
0, "Version of log formats exported");
SYSCTL_U32(_net_inet_tcp_bb, OID_AUTO, disable_all, CTLFLAG_RW,
- &tcp_disable_all_bb_logs, TCP_LOG_STATE_HEAD_AUTO,
+ &tcp_disable_all_bb_logs, 0,
"Disable all BB logging for all connections");
SYSCTL_ULONG(_net_inet_tcp_bb, OID_AUTO, log_auto_ratio, CTLFLAG_RW,
&tcp_log_auto_ratio, 0, "Do auto capturing for 1 out of N sessions");
SYSCTL_U32(_net_inet_tcp_bb, OID_AUTO, log_auto_mode, CTLFLAG_RW,
- &tcp_log_auto_mode, TCP_LOG_STATE_HEAD_AUTO,
- "Logging mode for auto-selected sessions (default is TCP_LOG_STATE_HEAD_AUTO)");
+ &tcp_log_auto_mode, 0,
+ "Logging mode for auto-selected sessions (default is TCP_LOG_STATE_TAIL)");
SYSCTL_BOOL(_net_inet_tcp_bb, OID_AUTO, log_auto_all, CTLFLAG_RW,
- &tcp_log_auto_all, false,
+ &tcp_log_auto_all, 0,
"Auto-select from all sessions (rather than just those with IDs)");
#ifdef TCPLOG_DEBUG_COUNTERS
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 3, 2:38 AM (5 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28420397
Default Alt Text
D37776.id114534.diff (1 KB)
Attached To
Mode
D37776: Correct some sysctls of the sysctl net.inet.tcp.bb family set.
Attached
Detach File
Event Timeline
Log In to Comment