clash/adapter/inbound/mptcp_go120.go

11 lines
156 B
Go
Raw Normal View History

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