Re: [PATCH] net: uapi: add TCPI_OPT_NODELAY to tcp_info
From: Joe Damato
Date: Wed Jul 17 2024 - 18:43:11 EST
Hi:
FYI new features should be sent with net-next in the subject line
(e.g. [PATCH net-next])
On Wed, Jul 17, 2024 at 03:22:14PM -0700, James Tucker wrote:
> Nagle's algorithm is one of the classic causes of poor performance for
> certain classes of userspace software over TCP, but is currently not
> reported in userspace tools such as ss(1) from iproute2 as it is only
> observable via getsockopt.
Commit messages should be written in imperative mood.
Thanks,
Joe