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:   Fri, 10 Jun 2022 15:21:30 +0000
From:   David Laight <David.Laight@...LAB.COM>
To:     'Ronny Meeus' <ronny.meeus@...il.com>,
        Eric Dumazet <erdnetdev@...il.com>
CC:     netdev <netdev@...r.kernel.org>
Subject: RE: TCP socket send return EAGAIN unexpectedly when sending small
 fragments

...
> If the 5 queued packets on the sending side would cause the EAGAIN
> issue, the real question maybe is why the receiving side is not
> sending the ACK within the 10ms while for earlier messages the ACK is
> sent much sooner.

Have you disabled Nagle (TCP_NODELAY) ?

Nagle only really works for bulk data transfer (large sends)
and interactive sessions (command - response).
For nearly everything else it adds unwanted 100ms delays.

	David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ