On 2019-09-11 17:16, Conrad Meyer wrote:
Small nitpick:

On Wed, Sep 11, 2019 at 11:48 AM Andrew Gallatin <galla...@freebsd.org> wrote:
   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 — there is no "poly" involved.

Best,
Conrad


Sorry for the mis-statement.  poly is associated with chacha in my mind.
In any case, calling arc4random() and the chacha it uses millions of
times per second is expensive, and avoiding it provides some headroom.

Drew
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to