mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
11 lines
156 B
Go
11 lines
156 B
Go
|
//go:build !go1.21
|
||
|
|
||
|
package inbound
|
||
|
|
||
|
import "net"
|
||
|
|
||
|
const multipathTCPAvailable = false
|
||
|
|
||
|
func setMultiPathTCP(listenConfig *net.ListenConfig, open bool) {
|
||
|
}
|