Live data from Hacker News

Multipath TCP Check

amiusingmptcp.de

11–20 of 23 posts

Re: Multipath TCP Check

#11
post #8
post #2

MPTCP's bandwdith aggregation properties are cool---you can effectively use all your network interfaces for (MP)TCP connections. Has anyone deployed it in data-center/cloud environments? I know that both Apple and Android support it for the mobile devices to use WiFi and LTE at the same time.

Within a datacenter, you'd be more likely to use LACP and/or ECMP.

ECMP works great with MPTCP :-)

Re: Multipath TCP Check

#14
post #12

TL;DR: can you connect to this website with an IETF experimental standard that hasnt been upstreamed into the linux kernel and only started using function pointers in 2015? No. http://people.netfilter.org/pablo/netdev0.1/papers/Shaping-t...

Be that as it may, it's available to apps in ios 11, so it seems likely to get more traction.

Re: Multipath TCP Check

#15
post #14
post #12

TL;DR: can you connect to this website with an IETF experimental standard that hasnt been upstreamed into the linux kernel and only started using function pointers in 2015? No. http://people.netfilter.org/pablo/netdev0.1/papers/Shaping-t...

Be that as it may, it's available to apps in ios 11, so it seems likely to get more traction.

interestingly enough this is largely due to the ios subsystems use of MPTCP for siri. It also shows up in F5 products, albeit one must wonder if its ever advertised for use in genuine load balancing

https://en.wikipedia.org/wiki/Multipath_TCP#Use_cases

Re: Multipath TCP Check

#16
post #12

TL;DR: can you connect to this website with an IETF experimental standard that hasnt been upstreamed into the linux kernel and only started using function pointers in 2015? No. http://people.netfilter.org/pablo/netdev0.1/papers/Shaping-t...

So what's the current status of the upstreaming work? It sounds like there's a good start discussed in the paper, in removing a lot of conditional and duplicated code and using some more cleanly separated layers, but that was two years ago, what's happened since?

Re: Multipath TCP Check

#18
post #8
post #2

MPTCP's bandwdith aggregation properties are cool---you can effectively use all your network interfaces for (MP)TCP connections. Has anyone deployed it in data-center/cloud environments? I know that both Apple and Android support it for the mobile devices to use WiFi and LTE at the same time.

Within a datacenter, you'd be more likely to use LACP and/or ECMP.

Though, with many LACP hash implementations, you end up de facto restricted to a single link per TCP flow.

Re: Multipath TCP Check

#19
post #6
post #2

MPTCP's bandwdith aggregation properties are cool---you can effectively use all your network interfaces for (MP)TCP connections. Has anyone deployed it in data-center/cloud environments? I know that both Apple and Android support it for the mobile devices to use WiFi and LTE at the same time.

I know there are Android builds you can install with mptcp support, but I didn't think it had made it into mainstream android phones, do you have a link?

Google doesn't support MPTCP.

They think QUIC streams (supported by Chrome and google services) serve the same purpose better.

Post reply on HN