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-next>] [day] [month] [year] [list]
Date:   Sun, 1 Apr 2018 05:06:22 +0100
From:   Naruto Nguyen <narutonguyen2018@...il.com>
To:     netdev@...r.kernel.org
Subject: SO_TCP_NODELAY implementation in TCP stack

Hello everyone,

As I know we have a socket option SO_TCP_NODELAY to disable Nagle
Algorithm, and I found it is implemented in TCP/IP stack at
https://elixir.bootlin.com/linux/v4.4.90/source/net/ipv4/tcp.c#L2401 .
However, I do not know where the source code the Nagle Algorithm is
implemented in kernel. If you know, could you please help me?

Brs, Naruto

Powered by blists - more mailing lists