I just tried multipath TCP on Linux and was surprised how easy it was. The idea was to be able to plug my phone into my Laptop and momentarily boost my download speeds. Because few content servers natively support MPTCP, I used a shadowsocks proxy to tunnel to a VPS. Other than that, all I had to was plug in my phone via USB, enable tethering and disable USB debugging. The necessary kernel options were already set and NetworkManager automatically configured the subflows.
#mptcp #networking
Наткнулся на любопытный пост, как в #openWRT делают настоящую балансировку #MPTCP, причём ещё и с VLESS
Базовая инструкция https://4pda.to/forum/index.php?showtopic=994474&st=56520#entry137877339
и попозже немного дополнений
https://4pda.to/forum/index.php?showtopic=994474&st=58360#entry140008701
xfr is a modern IPerf alternative with a live TUI, multi-client server, and QUIC support. Built in Rust 🦀. The last version supports MPTCP 🔀 natively by simply using `xfr --mptcp` on the client side.

https://github.com/lance0/xfr

#xfr #iperf #iperf3 #MPTCP
Questions or ideas linked to MPTCP 🔀 at FOSDEM 🇧🇪? @matttbe is there and available to talk, simply ping him!

#MPTCP #FOSDEM

Do you use SSH with MPTCP 🔀 for better resilience in mobility use cases or to increase the throughput? Then, feel free to check the new script to pass to ProxyCommand in the SSH config instead of using mptcpize: https://www.mptcp.dev/faq.html#how-to-enable-mptcp-support-with-openssh

Thanks to @shoragan for having shared this script!

(Hopefully the SSH maintainers will allow one of the suggested (1) (2) native MPTCP support at some points!)

#SSH #MPTCP #Linux

FAQ

Multipath TCP (MPTCP) for Linux, an extension to TCP that enhances connection redundancy and performance by utilizing multiple underlying TCP sessions simultaneously. This site provides installation guides, debugging tools, FAQs, and a list of apps supporting MPTCP, aimed at facilitating the adoption and implementation of MPTCP for Linux users and developers.

Multipath TCP for Linux
"Valkey 9.0.0 released" article from @lwn mentions:

> Notable features of this release include (native) Multipath TCP (MPTCP) support

🎉

https://lwn.net/Articles/1042851/

#Valkey #MPTCP #Linux
Valkey 9.0.0 released

Version 9.0.0 of the Valkey distributed key-value database has been released. Notable features [...]

LWN.net
New blog post 📰! What happened the last 9 months around MPTCP 🔀, and which new features will be available in the future LTS v6.18 Linux kernel version: https://blog.mptcp.dev/2025/10/16/v6.18-with-many-features.html

- Better load-balancer deployment support on the client side 🔄
- New 'laminar' endpoints for better controlling addresses signalled by a server 📢
- mptcpd: security review and improvements 🔐
- More apps natively supporting MPTCP 🧑‍💻
- Misc.: PM, counters, CI, perf, socket options, adaptive ADD_ADDR timeout and future work. 📈

MPTCP or Multipath TCP is an extension to the standard TCP to allow devices to make use of multiple interfaces at once. See https://mptcp.dev for more details.

Thanks to @nlnet for funding part of this work 🎉

#MPTCP #MultipathTCP #Linux
Summer update and MPTCP features in Linux v6.18

Long time no see (or read?) as we could say! The last update was in January. Since then, we have been very busy! Read on to find out what happened around MPTCP during the last few months, and which new features will be present in the future v6.18.

MPTCP Linux Upstream
😂 Oh, joy! A never-ending thesis on #MPTCP for #Linux that aspires to be both an encyclopedia and a tranquilizer. Apparently, if you’ve ever wanted to confuse yourself with TCP jargon while trying to nap, this is your golden ticket. 💤 #TechComedyGold
https://www.mptcp.dev/ #TechComedy #Humor #Networking #SleepyTech #HackerNews #ngated
MPTCP

Multipath TCP (MPTCP) for Linux, an extension to TCP that enhances connection redundancy and performance by utilizing multiple underlying TCP sessions simultaneously. This site provides installation guides, debugging tools, FAQs, and a list of apps supporting MPTCP, aimed at facilitating the adoption and implementation of MPTCP for Linux users and developers.

Multipath TCP for Linux
MPTCP

Multipath TCP (MPTCP) for Linux, an extension to TCP that enhances connection redundancy and performance by utilizing multiple underlying TCP sessions simultaneously. This site provides installation guides, debugging tools, FAQs, and a list of apps supporting MPTCP, aimed at facilitating the adoption and implementation of MPTCP for Linux users and developers.

Multipath TCP for Linux

Angie 1.10: разбор фич, планы на 1.11

Следуя устоявшемуся квартальному ритму выпуска значимых релизов, мы выпустили стабильные версии Angie и Angie PRO 1.10 — форка nginx, развиваемого в основном бывшими ключевыми разработчиками оригинального проекта. Как и в прошлый раз , расскажем подробнее о нововведениях, приводя примеры. Вы узнаете, в чём ключевая фишка нового релиза (картинка под заголовком намекает); также слегка приоткроем завесу тайны над тем, что у нас припасено на будущее. А пока — краткий список нововведений, которые будут разобраны ниже: — автоматическое проксирование и балансировка веб-сервисов в Docker-контейнерах (или Podman); — автоматическое получение TLS-сертификатов для потокового модуля (stream); — прием соединений Multipath TCP (MPTCP); — контроль перегрузки CUBIC в QUIC-соединениях; — привязка сессий с внешним хранилищем в модуле stream; — новые режимы привязки сессий при проксировании HTTP-запросов; — режим постоянного перехода на резервную группу в модуле stream.

https://habr.com/ru/articles/932024/

#nginx #docker #вебсервер #angie #podman #acme #mptcp #quic #http3 #кластеризация

Angie 1.10: разбор фич, планы на 1.11

Следуя устоявшемуся квартальному ритму выпуска значимых релизов, мы выпустили стабильные версии Angie и Angie PRO 1.10 — форка nginx, развиваемого в основном бывшими ключевыми...

Хабр