clash/adapter/inbound/mptcp_go120.go
2023-08-09 17:09:03 +08:00

11 lines
156 B
Go

//go:build !go1.21
package inbound
import "net"
const multipathTCPAvailable = false
func setMultiPathTCP(listenConfig *net.ListenConfig, open bool) {
}