From 180320e46cdbf122a7994b4b1ed39b191a9281f0 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Tue, 2 Mar 2004 16:41:59 +0000 Subject: document net.inet.tcp.reasslimit --- lib/libc/gen/sysctl.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 95bd010bf10..f815207288c 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.133 2004/02/11 19:25:15 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.134 2004/03/02 16:41:58 markus Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1030,6 +1030,7 @@ The currently defined protocols and names are: .It tcp keepinittime integer yes .It tcp keepintvl integer yes .It tcp mssdflt integer yes +.It tcp reasslimit integer yes .It tcp recvspace integer yes .It tcp rfc1323 integer yes .It tcp rfc3390 integer yes @@ -1366,6 +1367,10 @@ See also tcp.slowhz. .It Li tcp.mssdflt The maximum segment size that is used as default for non-local connections. The default value is 512. +.It Li tcp.reasslimit +The maximum number of out-of-order +.Tn TCP +segments the system will store for reassembly. .It Li tcp.recvspace Returns the default .Tn TCP -- cgit v1.2.3