mihomo/adapter/inbound/mptcp_go120.go
wwqgtxx 27bcb26ecd
Some checks are pending
Trigger CMFA Update / trigger-CMFA-update (push) Waiting to run
chore: better config internal structure
2024-08-24 20:49:12 +08:00

15 lines
233 B
Go

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