svn commit: r307727 - head/share/man/man4
Michael Tuexen
tuexen at freebsd.org
Fri Oct 21 18:46:17 UTC 2016
> On 21 Oct 2016, at 16:36, Marcelo Araujo <araujobsdport at gmail.com> wrote:
>
> Bump date too.
It was bumped, wasn't it?
Best regards
Michael
>
>
> On Oct 21, 2016 10:28 PM, "hiren panchasara" <hiren at strugglingcoder.info> wrote:
> On 10/21/16 at 11:29P, Michael Tuexen wrote:
> > Author: tuexen
> > Date: Fri Oct 21 11:29:25 2016
> > New Revision: 307727
> > URL: https://svnweb.freebsd.org/changeset/base/307727
> >
> > Log:
> > Document the TCP sysctl variables insecure_rst and insecure_syn.
> >
> > MFC after: 1 month
> > Sponsored by: netflix
> >
> > Modified:
> > head/share/man/man4/tcp.4
> >
> > Modified: head/share/man/man4/tcp.4
> > ==============================================================================
> > --- head/share/man/man4/tcp.4 Fri Oct 21 10:32:57 2016 (r307726)
> > +++ head/share/man/man4/tcp.4 Fri Oct 21 11:29:25 2016 (r307727)
> > @@ -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 criterias defined in RFC793 instead of RFC5961 for accepting RST segments.
>
> I am not a native speaker but should we s/criterias /criteria / ?
> > +Default is false.
> > +.It Va insecure_syn
> > +Use criterias defined in RFC793 instead of RFC5961 for accepting SYN segments.
>
> Same.
> > +Default is false.
> > .El
> > .Sh ERRORS
> > A socket operation may fail with one of the following errors returned:
> >
>
> Cheers,
> Hiren
More information about the svn-src-all
mailing list