From 5e331acd2406f3f23009ee8be4c2a6541e56ac7b Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 19 Jun 2001 17:07:15 +0000 Subject: [PATCH] Actually document TCPDEBUG. --- sys/conf/NOTES | 4 +++- sys/i386/conf/NOTES | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1d610a09e261..611f22311924 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -570,7 +570,9 @@ device stf #6to4 IPv6 over IPv4 encapsulation # packets without touching the ttl). This can be useful to hide firewalls # from traceroute and similar tools. # -# TCPDEBUG is undocumented. +# TCPDEBUG enables code which keeps traces of the TCP state machine +# for sockets with the SO_DEBUG option set, which can then be examined +# using the trpt(8) utility. # options MROUTING # Multicast routing options IPFIREWALL #firewall diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1d610a09e261..611f22311924 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -570,7 +570,9 @@ device stf #6to4 IPv6 over IPv4 encapsulation # packets without touching the ttl). This can be useful to hide firewalls # from traceroute and similar tools. # -# TCPDEBUG is undocumented. +# TCPDEBUG enables code which keeps traces of the TCP state machine +# for sockets with the SO_DEBUG option set, which can then be examined +# using the trpt(8) utility. # options MROUTING # Multicast routing options IPFIREWALL #firewall