[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANpxKHFYPi7pCJ1meRMiLOkw3Cw8N7p1notDUDeNUw=uwOW3Pw@mail.gmail.com>
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