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, 06 Dec 2013 10:36:43 -0800
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Rick Jones <rick.jones2@...com>
Cc:	David Laight <David.Laight@...LAB.COM>,
	David Miller <davem@...emloft.net>,
	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next] tcp: auto corking

On Fri, 2013-12-06 at 10:02 -0800, Rick Jones wrote:

> You mean write, write, read?

Yes, this kind of things. 

"write, write, write, write, < pause or read >, .."


TCP stack tends to increase cwin by insane values in this case.
(one increase per 'line' / ACK)

Just ssh onto a host and look at "ss -emoi src :22" after issuing some
line oriented commands like "ps aux"

I can easily get cwin = 700, while I never sent more than 30KB at once.

If then I send 2MB, they can be sent all at once (and probably trigger
tons of drops)



--
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