7 ms·
Might be a case where MPTCP (http://www.multipath-tcp.org/ http://www.multipath-tcp.org/) would help with aggregating multiple links.
by cgb_ 11y ago
Might be a case where MPTCP (http://www.multipath-tcp.org/ http://www.multipath-tcp.org/) would help with aggregating multiple links.
- mrmondo 11y agoCorrect me if I'm wrong but I'm not sure MPTCP would help as LACP is generally SRC/DST MAC based and shares a uses a single IP?
- cgb_ 11y agoYou are right in that LACP bonding methods cannot increase the throughput of a single flow to gt any single link in the group (the balancing method can utilise src/dst MAC, IP and sometime L4 ports). MPTCP establishes multiple subflows across individual IP paths and can load balance or failover across all subflows. Applications do not need to be rewritten to take advantage of it. I'm not sure if that includes kernel modules like DRBD though. I suppose someone needs to find out :)
- mrmondo 11y agoI could have a play and report back if I get time?