lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 09 Sep 2008 16:36:49 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	Chris Snook <csnook@...hat.com>
Cc:	Rick Jones <rick.jones2@...com>, Netdev <netdev@...r.kernel.org>
Subject: Re: RFC: Nagle latency tuning

Chris Snook <csnook@...hat.com> writes:
>
> I'd like to know where the 40 ms magic number comes from. 

>From TCP_ATO_MIN

#define TCP_ATO_MIN     ((unsigned)(HZ/25))

> That's the
> one that really hurts, and if we could lower that without doing
> horrible things elsewhere in the stack, 

You can lower it (with likely some bad side effects), but I don't think it 
would make these apps very happy in the end because they likely want
no delay at all.

-Andi
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ