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] [day] [month] [year] [list]
Date:	Tue, 30 Mar 2010 06:05:47 +0200 (CEST)
From:	Mikael Abrahamsson <swmike@....pp.se>
To:	Ben Hoyt <benhoyt@...il.com>
cc:	netdev@...r.kernel.org
Subject: Re: Minimizing TCP latency

On Tue, 30 Mar 2010, Ben Hoyt wrote:

> We're currently seeing a round-trip time of about 40us between two
> Linux servers on our network (so presumably about 20us one way).
> Anything quicker than that would be nice, but we're hoping to get down
> to about half that.

Serialisation delay on GigE for a 512 byte packet is 4us if my 
calculations are correct, so if you have some equipment in between that 
means two serialisations either way, meaning on GigE just the 
serialisation delay is 16us RTT.

You'd probably be better off directly connection the two machines with 
10GE NIC, or at least buy equipment that'll do cut-through switching if 
you want to bring the delay down. I'm even surprised you got it down this 
low...

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