diff options
| author | 1999-05-19 17:03:58 +0000 | |
|---|---|---|
| committer | 1999-05-19 17:03:58 +0000 | |
| commit | be8b54d3435b28947f653f8de56b4fbcd602a3ff (patch) | |
| tree | 95347b5059700f972dabad96f4e614afe41eb207 | |
| parent | ed driver is long gone (diff) | |
| download | wireguard-openbsd-be8b54d3435b28947f653f8de56b4fbcd602a3ff.tar.xz wireguard-openbsd-be8b54d3435b28947f653f8de56b4fbcd602a3ff.zip | |
add default value for mssdflt. more rationale might be needed.
| -rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 826f5b075f2..90e770f0883 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.12 1999/05/19 16:27:41 provos Exp $ +.\" $OpenBSD: sysctl.3,v 1.13 1999/05/19 17:03:58 provos Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -526,8 +526,8 @@ set to -1. .It Li tcp.sack Returns 1 if RFC2018 Selective Acknowledgements are enabled. .It Li tcp.mssdflt -The maximum segement size that is used as default for non local -connections. +The maximum segment size that is used as default for non local +connections. The default value is 512. .It Li udp.checksum Returns 1 when UDP checksums are being computed and checked. Disabling UDP checksums is strongly discouraged. |
