> On Fri, 23 Aug 2013 18:39:29 -0500, Abel Abraham Camarillo Ojeda > <acam...@verlet.org> wrote: >> Not yet, will test. >> >> On Thu, Aug 22, 2013 at 7:05 AM, Stuart Henderson <s...@spacehopper.org> >> wrote: >>> On 2013-08-22, Abel Abraham Camarillo Ojeda <acam...@verlet.org> wrote: >>>> Is there a way to duplicate the throughput of a single >>>> TCP connection using two servers having two gigabit NICs? >>>> >>>> I have tried using LACP but I cannot get more than >>>> 900MB of throughput... >>> >>> LACP uses a hash over IP addresses/vlan tags/flowlabel to avoid > problems >>> with out-of-order packet delivery. (Similar for equal-cost multipath). >>> Have you tried a roundrobin trunk yet?
Stuart: Trying between two obsd hosts only (no switch) I was able to get more than 1000Mb speed testing with tcpbench but only using great values for -n option (-n >16)... Is there a way to aggregate (reliably) a single TCP connection using an LACP capable switch between two OpenBSD hosts? I'm using this: http://www.amazon.com/Cisco-SG200-26P-Ethernet-Mini-GBIC-SLM2024PT/dp/B004GHMU5Q Thanks