Posts
31
Following
1
Followers
218
OpenWrt 24.10.0 is available: "Activate kernel support for Multipath TCP on devices with big flash sizes." ๐ŸŽ‰

All ready to run a transparent proxy to let all clients connected to the router benefit from multiple paths.

https://openwrt.org/releases/24.10/notes-24.10.0

#OpenWrt #MPTCP
0
2
4
Edited 20 days ago
This MPTCP community meetup at #FOSDEM will start in less than 5 minutes and last 1h. Come here, there will be #MPTCP stickers! ๐ŸŽ‰
0
0
3
Live from @godevroom ๐ŸŽ‰
#MPTCP will be enabled by default on Linux on the server side in the next version!
0
3
7
There will be an official MPTCP community meetup at FOSDEM this year!

No need to have improvised meetings outside in a cold weather anymore, we can meet on Saturday from 17.30 in H.3242. Feel free to come!

https://fosdem.org/2025/schedule/event/fosdem-2025-6750-mptcp-community-meetup-bof/

#MPTCP #FOSDEM #Brussels
1
4
7
Edited 1 month ago
#iperf3's next version should support #MPTCP thanks to a new '-m' (or --mptcp) option ๐ŸŽ‰

Our PR, initially created in 2021, has recently been merged! It will no longer be needed to use iperf3 with "mptcpize run" on both sides to get MPTCP support, and it is enough to add -m only on the client side!

https://www.mptcp.dev/apps.html
0
1
8
The mptcpd daemon ๐Ÿ˜ˆ (and mptcpize) is now packaged in #AlpineLinux and #NixOS ๐ŸŽ‰

https://www.mptcp.dev/apps.html#linux-distributions

These packages are available thanks to Natanael, Guilhem, Martin and Matthieu's work!
0
2
7
Nice blog post from Marek (Cloudflare)!

Improvements for the client side are coming (and even already available with an up-to-date kernel ;-) )! Do not hesitate to tell Cloudflare it would be nice if they can support MPTCP on the server side ;-) https://blog.cloudflare.com/multi-path-tcp-revolutionizing-connectivity-one-path-at-a-time/
0
11
14
Interested to use #SSH with #MPTCP ๐Ÿ”€? While waiting for a native support in OpenSSH, there are workarounds: a new entry has just been added in our FAQ โคต๏ธ
https://www.mptcp.dev/faq.html#how-to-enable-mptcp-support-with-openssh
0
7
7
"#Systemd 257 has been released. As usual, the list of changes is long; it includes support for multipath TCP in socket units" ๐ŸŽ‰

https://lwn.net/Articles/1001657/
#MPTCP

Simply add this in your SSH server service file and it will support MPTCP:

[Socket]
SocketProtocol=mptcp
2
24
28
What happened around #MPTCP ๐Ÿ”€ last month?
Improvements, bug fixes, security audit, mptcpd 0.13, what's next, etc. Read on to find out more about that โคต๏ธ

https://blog.mptcp.dev/2024/12/04/more-improvements-for-end-users.html
0
2
0
#MPTCP is supported by all major GNU/Linux distributions ๐Ÿง but mptcpd daemon ๐Ÿ˜ˆ (and mptcpize) is not packaged in some of them. Anybody willing to help packaging mptcpd in these distro, e.g. #AlpineLinux and #NixOS? ๐Ÿ™‚

A new page on mptcp.dev now lists the Linux distributions: https://www.mptcp.dev/apps.html#linux-distributions
2
4
3

What happened around ๐Ÿ”€ in the last couple of months? Bug-fixes ๐Ÿ›, improvements ๐Ÿ†•, app support โ˜‘๏ธ, conferences ๐ŸŽ™๏ธ, whatโ€™s next ๐Ÿ”ฎ: read on to find out more about what happened recently ๐Ÿ‘ฉโ€๐Ÿ’ปโคต๏ธ

https://blog.mptcp.dev/2024/10/28/summer-update.html

0
1
0
Edited 3 months ago
Future versions of #OpenWrt will have #MPTCP support available by default, ready to be used for handover and link aggregation features!

https://github.com/openwrt/openwrt/pull/16786

mptcpd and mptcpize will also be available in the official repositories!
1
12
17

#MPTCP features that will be present in the future #Linux v6.12: ๐Ÿง

  • Fallback to TCP in case of MPTCP blackhole ๐Ÿ•ณ: if a firewall explicitly blocks MPTCP
  • This info is also cached: to directly fallback to TCP for 1h+, check the new blackhole_timeout sysctl
  • New MIB counters for sent MP_JOIN to help in case of configuration issues ๐Ÿ”„
  • CI: Code coverage โ€“ Coveralls ๐Ÿ“ˆ

(As always: these features have been added to Linus tree, hopefully they will still be there when this version will be released!)

0
8
14
If nothing changes, #MPTCP will be natively supported in the future #Apache HTTPD v2.5 ๐ŸŽ‰๐ŸŒ

Thanks to Anthony for this work!

https://svn.apache.org/viewvc?view=revision&revision=1920586

For other apps with native MPTCP support: https://mptcp.dev/apps.html
1
4
11
A new macOS page ๐ŸŒ is available on our website for ๐Ÿ iOS and OSX developers who are interested to enable #MPTCP in their apps:

https://www.mptcp.dev/macOS.html
0
2
3
If nothing changes, #MPTCP will be natively supported in the future #HAProxy v3.1.0 ๐ŸŽ‰๐Ÿ”€

Thanks to Anthony, Dorian, Willy and Matthieu for their work!

https://github.com/haproxy/haproxy/commit/20efb856e
0
5
11
MPTCP is (finally) going to be enabled in Azure Linux 3.0 ๐ŸŽ‰

https://github.com/microsoft/azurelinux/pull/10014

If you are using this distribution, you will soon be able to use MPTCP!
0
1
5
#cURL 8.9.0 now natively supports #MPTCP on Linux ๐ŸŒ

curl --mptcp https://example.com

https://curl.se/docs/manpage.html#--mptcp

Thanks Dorian and the cURL maintainers for their help!
0
14
31

Can maintainers easily ignore old bugs they discover when working on new features? ๐Ÿ™ˆ
Delaying these features now, or having to deal with bugs later, possibly when it is really not a good time for that? ๐Ÿ›

I wrote a bit about this topic in my last blog post ๐Ÿ“ฐ โคต๏ธ

https://blog.mptcp.dev/2024/07/21/maintainers-responsibilities.html

I don't know if I did the good choice at the end, but don't hesitate to share your opinions! ๐Ÿ˜‰

0
1
0
Show older