From owner-svn-src-head@freebsd.org Wed Sep 11 21:16:25 2019 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 940BCE03A1; Wed, 11 Sep 2019 21:16:25 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46TF7s3NK3z4Qtb; Wed, 11 Sep 2019 21:16:25 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io1-f44.google.com with SMTP id j4so49347685iog.11; Wed, 11 Sep 2019 14:16:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=80gqsFFEdrW1j703C+twV70Opz7niJM44d541YSEXT4=; b=rTKmDUweOjrlrjjvJKzEYHbKpGE0se5O+1LajRS18i3Avvqd5Wpsu5IqU4bXHDfI+R D9nxlvJRa4fGHB3Embeqg+tiiVTU+rURNe5dC4xBHmEHO2zmc8sDLriF8Q05W1StEL9Q 0selNARo3YgGE9TA0dN3lggnrNY6Ofels7vz/lHN6xU76Mt0Qg21eRZ0Fsd7VRGQ+lqi eWP3Gn9VQzeuwah+7wo11vSVzf35nMo4EpzZP+zR9ojMAfsvHh3ByvQNS2KI7UB5jMRI bUS1QpUGdOMv1LI2QsubXi9Af7ephHSa0yGIYUqpl6b+3ZV55Q+Iht1qYiu9E63zEomL eM0w== X-Gm-Message-State: APjAAAUAbmPV3ESvDA7PS4mRRr0xp+KhSwaC+LX29R5kZf1n0ho7E3iY fqVfrV8Sq+2IRCLxUoUwelnucTOF X-Google-Smtp-Source: APXvYqx3J1Nanm2WcAqhf4USGDICd5kJgsASKf8wX+PFEzkFKj5ZT2L0Cl82fjCbHuJtnkkLsWddhQ== X-Received: by 2002:a6b:8b50:: with SMTP id n77mr44318156iod.195.1568236583862; Wed, 11 Sep 2019 14:16:23 -0700 (PDT) Received: from mail-io1-f48.google.com (mail-io1-f48.google.com. [209.85.166.48]) by smtp.gmail.com with ESMTPSA id d1sm18008387iok.17.2019.09.11.14.16.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 11 Sep 2019 14:16:23 -0700 (PDT) Received: by mail-io1-f48.google.com with SMTP id k13so34155208ioj.1; Wed, 11 Sep 2019 14:16:23 -0700 (PDT) X-Received: by 2002:a5d:8599:: with SMTP id f25mr39297518ioj.265.1568236583509; Wed, 11 Sep 2019 14:16:23 -0700 (PDT) MIME-Version: 1.0 References: <201909111848.x8BImQnn056188@repo.freebsd.org> In-Reply-To: <201909111848.x8BImQnn056188@repo.freebsd.org> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Wed, 11 Sep 2019 14:16:12 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r352228 - head/sys/netinet To: Andrew Gallatin Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 46TF7s3NK3z4Qtb X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 11 Sep 2019 21:16:25 -0000 Small nitpick: On Wed, Sep 11, 2019 at 11:48 AM Andrew Gallatin wro= te: > Note that on a system under a syn flood attack, arc4random() > becomes quite expensive, and the chacha_poly crypto that it calls arc4random uses chacha20 =E2=80=94 there is no "poly" involved. Best, Conrad