summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2016-12-18 12:15:10 +0000
committertuexen <tuexen@FreeBSD.org>2016-12-18 12:15:10 +0000
commita1d2c5d17bfd1952a5ace103b5e32c97ea2f5aed (patch)
tree1ef9d4861e3f33321048c60d1ded5cff40e1fbe8
parent1901cfa0077b603964e204e78b67a22c7acab0ca (diff)
downloadFreeBSD-src-a1d2c5d17bfd1952a5ace103b5e32c97ea2f5aed.zip
FreeBSD-src-a1d2c5d17bfd1952a5ace103b5e32c97ea2f5aed.tar.gz
MFC r307727, r307746:
Document the TCP sysctl variables insecure_rst and insecure_syn. Sponsored by: Netflix, Inc.
-rw-r--r--share/man/man4/tcp.48
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index f275a4d..9911a36 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -34,7 +34,7 @@
.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd June 28, 2016
+.Dd October 21, 2016
.Dt TCP 4
.Os
.Sh NAME
@@ -586,6 +586,12 @@ downshift.
List of available TCP function blocks (TCP stacks).
.It Va functions_default
The default TCP function block (TCP stack).
+.It Va insecure_rst
+Use criteria defined in RFC793 instead of RFC5961 for accepting RST segments.
+Default is false.
+.It Va insecure_syn
+Use criteria defined in RFC793 instead of RFC5961 for accepting SYN segments.
+Default is false.
.El
.Sh ERRORS
A socket operation may fail with one of the following errors returned:
OpenPOWER on IntegriCloud