Document the TCP sysctl variables insecure_rst and insecure_syn.

MFC after: 1 month
Sponsored by: netflix
This commit is contained in:
Michael Tuexen 2016-10-21 11:29:25 +00:00
parent 3e1465754f
commit b8835a8a6b

View File

@ -34,7 +34,7 @@
.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd June 28, 2016 .Dd October 21, 2016
.Dt TCP 4 .Dt TCP 4
.Os .Os
.Sh NAME .Sh NAME
@ -586,6 +586,12 @@ downshift.
List of available TCP function blocks (TCP stacks). List of available TCP function blocks (TCP stacks).
.It Va functions_default .It Va functions_default
The default TCP function block (TCP stack). The default TCP function block (TCP stack).
.It Va insecure_rst
Use criterias defined in RFC793 instead of RFC5961 for accepting RST segments.
Default is false.
.It Va insecure_syn
Use criterias defined in RFC793 instead of RFC5961 for accepting SYN segments.
Default is false.
.El .El
.Sh ERRORS .Sh ERRORS
A socket operation may fail with one of the following errors returned: A socket operation may fail with one of the following errors returned: