Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F104037806
D39860.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
494 B
Referenced Files
None
Subscribers
None
D39860.diff
View Options
diff --git a/sys/netinet/tcp_log_buf.h b/sys/netinet/tcp_log_buf.h
--- a/sys/netinet/tcp_log_buf.h
+++ b/sys/netinet/tcp_log_buf.h
@@ -447,6 +447,7 @@
static inline void
tcp_trace_point(struct tcpcb *tp, int num)
{
+#ifdef TCP_BLACKBOX
if (((tcp_trace_point_config == num) ||
(tcp_trace_point_config == 0xffffffff)) &&
(tcp_trace_point_bb_mode != 0) &&
@@ -461,6 +462,7 @@
tcp_trace_point_count = 0;
}
}
+#endif
}
#define TCP_LOG_BUF_DEFAULT_SESSION_LIMIT 5000
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 6:09 PM (3 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15010773
Default Alt Text
D39860.diff (494 B)
Attached To
Mode
D39860: tcp_rack: allow the module to be loaded without TCP_BLACKBOX
Attached
Detach File
Event Timeline
Log In to Comment