Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)
To:
Alexander Bluhm <bluhm@openbsd.org>
Cc:
Job Snijders <job@openbsd.org>, tech@openbsd.org
Date:
Tue, 14 May 2024 17:39:21 +0100

Download raw body.

Thread
  • Theo de Raadt:

    Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)

  • Kirill A. Korinsky:

    Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)

  • Stuart Henderson:

    Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)

  • On Tue, 14 May 2024 16:55:09 +0100,
    Alexander Bluhm <bluhm@openbsd.org> wrote:
    > 
    > What is the default on FreeBSD and Linux?  If they have switched,
    > mainstream developers will do it differently.  Then we could also
    > adapt.
    >
    
    Linux had tcp_low_latency which globally disabled Nagle's algorithm, but it
    was obsolete and removed couple years ago.
    
    So, they had moved in opposite direction than suggested patch.
    
    -- 
    wbr, Kirill
    
    
    
  • Theo de Raadt:

    Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)

  • Kirill A. Korinsky:

    Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)

  • Stuart Henderson:

    Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)