mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
11 lines
358 B
Diff
Executable file
11 lines
358 B
Diff
Executable file
--- a/src/net/dial.go 2023-05-06 10:33:54.275030044 +0200
|
|
+++ b/src/net/dial.go 2023-05-06 10:34:29.218440686 +0200
|
|
@@ -18,7 +18,7 @@
|
|
|
|
// For the moment, MultiPath TCP is not used by default
|
|
// See go.dev/issue/56539
|
|
- defaultMPTCPEnabled = false
|
|
+ defaultMPTCPEnabled = true
|
|
)
|
|
|
|
// mptcpStatus is a tristate for Multipath TCP, see go.dev/issue/56539
|