Re: [Bloat] The sad state of MP-TCP

2024-04-01 Thread Toke Høiland-Jørgensen via Bloat
Juliusz Chroboczek via Bloat writes: > Unfortunately, MP-TCP does not replace TCP in Linux, it's implemented as > a separate transport protocol. That means that in order to use MP-TCP, > every application needs to be patched to use PROT_MPTCP instead of > PROT_TCP. Go applications need to call

[Bloat] The sad state of MP-TCP

2024-04-01 Thread Juliusz Chroboczek via Bloat
Hi, For those of you who don't remember, MP-TCP is an extension to TCP that implements multipath, and can be used both for fast roaming (redundancy) and for bandwidth aggregation. MP-TCP is able to cross NATs, and it can reliably detect that TCP extensions are being corrupted by middleboxes and t