Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Document TCP_DEBUG and TCP_NDEBUG.



details:   https://anonhg.NetBSD.org/src/rev/d48950d158a0
branches:  trunk
changeset: 512256:d48950d158a0
user:      abs <abs%NetBSD.org@localhost>
date:      Sun Jul 08 16:19:59 2001 +0000

description:
Document TCP_DEBUG and TCP_NDEBUG.

diffstat:

 share/man/man4/options.4 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 58b208f278a8 -r d48950d158a0 share/man/man4/options.4
--- a/share/man/man4/options.4  Sun Jul 08 16:18:56 2001 +0000
+++ b/share/man/man4/options.4  Sun Jul 08 16:19:59 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.141 2001/07/03 16:42:10 hubertf Exp $
+.\"    $NetBSD: options.4,v 1.142 2001/07/08 16:19:59 abs Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -1234,6 +1234,16 @@
 .Bx 4.2 ,
 keepalive packets must contain at least one byte or else
 the remote end would not respond.
+.It Cd options TCP_DEBUG
+Record the last
+.Em TCP_NDEBUG
+TCP packets with SO_DEBUG set, and decode to the console if
+.Em tcpconsdebug
+is set.
+.It Cd options TCP_NDEBUG
+Number of packets to record for
+.Em TCP_DEBUG .
+Defaults to 100.
 .It Cd options PFIL_HOOKS
 This option turns on the packet filter interface hooks.
 See



Home | Main Index | Thread Index | Old Index