Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matttbe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
matttbe
11mo ago
MPTCP is supported by more and more servers these days! Note: if you don't see the two large graphs at the top, disable ad-blockers and/or try with another browser.
2.
▲
by
matttbe
11mo ago
More and more apps (mostly server apps) have a dedicated option to enable MPTCP. Some server apps have even decided to enable MPTCP support by default, which makes sense: if MPTCP is not requested, TCP is used like before. Note that server
3.
▲
by
matttbe
11mo ago
There are different ways to force an app to use MPTCP, where the most convenient method is 'mptcpize run <cmd>', see: https://www.mptcp.dev/setup.html#force-applications-to-use-m... But the best is to let th
4.
▲
by
matttbe
11mo ago
Of course you can do that. There are different timeouts (MPTCP level, TCP (and SSH) keep alive, etc.) to prevent having dangling connections for a while, but they can be changed if needed.
5.
▲
by
matttbe
2y ago
Such middleboxes can also be seen in cellular networks. (And firewall in free access points / guest networks)
6.
▲
by
matttbe
2y ago
Some ISPs in Europe are using MPTCP for people being too far from the street cabinets. Typically, for people in the countryside, with < 50 Mbps. Thanks to a transparent proxy installed in the home gateway, and servers in the ISP's n
7.
▲
by
matttbe
2y ago
Note that MPQUIC is still being discussed at the IETF. At the last IETF meeting, more changes have been discussed. Unfortunately, that slows down its adoption. https://lwn.net/Articles/964377/ But both tries to ac
8.
▲
by
matttbe
2y ago
Yes, that's correct. In the Linux kernel, it would not be possible to switch to MPTCP by default. But apps can use it by default. For the server case, it really makes sense: https://www.mptcp.dev/faq.html#why--when-shou
9.
▲
by
matttbe
2y ago
I hope some apps will start using it :)
10.
▲
by
matttbe
2y ago
Good point, the last version (v0.60) is using the upstream kernel by default. I just added it in the list: https://www.mptcp.dev/apps.html#misc