Re: [PATCH v2 0/5] mptcp support

2021-06-08 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > Hi, > This set adds support for multipath TCP (mptcp), and has > been tested for migration and (lightly) for NBD. > > Multipath-tcp is a bit like bonding, but at L3; you can use > it to handle fa

[PATCH v2 0/5] mptcp support

2021-04-21 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Hi, This set adds support for multipath TCP (mptcp), and has been tested for migration and (lightly) for NBD. Multipath-tcp is a bit like bonding, but at L3; you can use it to handle failure, but can also use it to split traffic across multiple interfaces. U