From owner-svn-src-head@freebsd.org Fri Oct 21 14:36:58 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BEA6C1BE32; Fri, 21 Oct 2016 14:36:58 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-yw0-x235.google.com (mail-yw0-x235.google.com [IPv6:2607:f8b0:4002:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD669D4F; Fri, 21 Oct 2016 14:36:57 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-yw0-x235.google.com with SMTP id t193so97555078ywc.2; Fri, 21 Oct 2016 07:36:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=byo9P6kPHqN2E5cU6+NiCtdnV5XgV0OfDQxXQiH3hWQ=; b=ZokCpIsViVJSQm1cQRbwNuM9P3CISUv7V68NRXwLLvI1sBoisBzvAFYcM9n8yFlWJe LdpAgvPw++buE2KO2pdrIvXOkLgcmTsaiXgZpOv1nt72YVZs9UMFJRUF5cM6vQR520Fn GyeaADqlLUOTw/QQc/06X3Sm9tVrFNLZmGWPXfij6o7A3W/6IVnyg558hGhzjnidvRvw +/pxvqJr8WdKxqBWDu4r1nU6HBmQYd5TIZ4ejX6EfYorRZWI6SPHa4VDA728TtpeVeyq Cz633KLop8J9I8s/CIT/JzroT4lTQCysQk+IGy00O1pF9N2jjy6Qh/ZGU0P9BB83080u CiIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=byo9P6kPHqN2E5cU6+NiCtdnV5XgV0OfDQxXQiH3hWQ=; b=Hdt2SGRrEZ2MabGk30Y6YisVoAqSjtxpYeYI6In5v1lex3Tt8HziF+ZnL8wAeTHtfY sh4w364ZlHVqGNWDwF+fpodI+PQk4qN5eVllap4I0POG4vnSRVCI2LpKwCJA+Mendn3F BKLDW7u8tk6snpaMAy1I/QClmxCaO4hhNd0LBtTCr7UPXTVn5G2u8gpVaDo/rxsMjIvU 2Sb1wdjUR26MPu4zyLuD6KCcIuF3NAN+8sgaBgI4D5oQWK3lT4QVZgZT5vqKOGng+FaX jhVklUMzqD9pZjD4v2Jum3HX9XVpZbmcF8lJeSYcC5g7G9z4ln4STXKWhxQex0OgjNMN i2rA== X-Gm-Message-State: ABUngvfKCGqL6Fy7LtsxdJwFaSZTSaNcDh9R9i1IZC8o98OvAU6QC4QrVvokl6qc1z2KnAogEF/L+P/dCdHcrQ== X-Received: by 10.129.42.134 with SMTP id q128mr1422138ywq.38.1477060617067; Fri, 21 Oct 2016 07:36:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.133.131 with HTTP; Fri, 21 Oct 2016 07:36:55 -0700 (PDT) Received: by 10.129.133.131 with HTTP; Fri, 21 Oct 2016 07:36:55 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: <20161021142821.GJ11808@strugglingcoder.info> References: <201610211129.u9LBTPbb026992@repo.freebsd.org> <20161021142821.GJ11808@strugglingcoder.info> From: Marcelo Araujo Date: Fri, 21 Oct 2016 22:36:55 +0800 Message-ID: Subject: Re: svn commit: r307727 - head/share/man/man4 To: hiren panchasara Cc: src-committers@freebsd.org, svn-src-head@freebsd.org, svn-src-all@freebsd.org, Michael Tuexen Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 14:36:58 -0000 Bump date too. On Oct 21, 2016 10:28 PM, "hiren panchasara" 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 >