1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
openmptcprouter-feeds/golang/golang/patches/001-default-enable-mptcp.patch
2023-06-14 16:14:52 +08:00

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