Skip to content

Commit

Permalink
apps: all apps written in Go can support it
Browse files Browse the repository at this point in the history
And the server side is enabled by default on the future v1.24 version.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jan 9, 2025
1 parent 6091b6d commit 7acf6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mentioned. Please note that other apps can be forced to use it by following
| [cURL](https://curl.se/) | [8.9.0](https://github.com/curl/curl/pull/13278) | [`--mptcp`](https://curl.se/docs/manpage.html) |
| [dae](https://github.com/daeuniverse/dae) | [v0.8.0](https://github.com/daeuniverse/dae/pull/601) | [`global { mptcp: true }`](https://github.com/daeuniverse/dae/blob/main/example.dae) |
| [Envoy](https://www.envoyproxy.io/) | [1.21.0](https://github.com/envoyproxy/envoy/pull/18780) | [`"enable_mptcp": "true"`](https://www.envoyproxy.io/docs/envoy/v1.21.6/api-v3/config/listener/v3/listener.proto#envoy-v3-api-field-config-listener-v3-listener-enable-mptcp) (`listening` config) |
| [GoLang](https://go.dev) | [1.21](https://github.com/golang/go/issues/56539) | Apps written in Go can easily [enable MPTCP support](implementation.html). [Since 1.24](https://go-review.googlesource.com/c/go/+/607715), it is enabled on the server side by default |
| [HAProxy](https://www.haproxy.org) | [3.1.0](https://git.haproxy.org/?p=haproxy.git;a=commit;h=20efb856e) | [`mptcp{,4,6}@<address>`](https://github.com/haproxy/haproxy/blob/master/examples/mptcp.cfg) |
| [Lighttpd 1.4](https://www.lighttpd.net/) | [1.4.76](https://github.com/lighttpd/lighttpd1.4/pull/132) | [`server.feature-flags = ( "server.network-mptcp" => "enable" )`](https://redmine.lighttpd.net/projects/lighttpd/wiki/Server_feature-flagsDetails) |
| [QEmu](https://www.qemu.org/) | [6.1](https://lore.kernel.org/qemu-devel/[email protected]/) | [`<ip>:<port>,mptcp`](https://www.qemu.org/docs/master/interop/qemu-qmp-ref.html#qapidoc-48) |
Expand Down

0 comments on commit 7acf6d8

Please sign in to comment.