From ccc7e59e1f495ae0a900e76459858ff8a10cb953 Mon Sep 17 00:00:00 2001 From: ad Date: Sun, 23 May 1999 20:33:50 +0000 Subject: Add new sysctl (net.inet.tcp.log_refused) that when set, causes refused TCP connections to be logged. --- lib/libc/gen/sysctl.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 26a3af09e0c..912eae98b2a 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.3,v 1.34 1999/03/09 19:45:09 erh Exp $ +.\" $NetBSD: sysctl.3,v 1.35 1999/05/23 20:33:51 ad Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -564,6 +564,7 @@ The currently defined protocols and names are: .It tcp keepcnt integer yes .It tcp slowhz integer no .It tcp newreno integer yes +.It tcp log_refused integer yes .It udp checksum integer yes .It udp sendspace integer yes .It udp recvspace integer yes @@ -685,6 +686,8 @@ must be divided by the tcp.slowhz value to get times in seconds.) .It Li tcp.newreno Returns 1 if the use of J. Hoe's NewReno congestion control algorithm is enabled. This algorithm improves the start-up behavior of TCP connections. +.It Li tcp.log_refused +When set to 1, all refused TCP connections to the host are logged. .It Li udp.checksum Returns 1 when UDP checksums are being computed and checked. Disabling UDP checksums is strongly discouraged. -- cgit