mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-12 13:30:54 +00:00
14 lines
233 B
Go
14 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
|
|
}
|