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