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?