mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-12-26 12:15:51 +08:00
13 lines
137 B
Go
13 lines
137 B
Go
|
//go:build !go1.21
|
||
|
|
||
|
package dialer
|
||
|
|
||
|
import (
|
||
|
"net"
|
||
|
)
|
||
|
|
||
|
const multipathTCPAvailable = false
|
||
|
|
||
|
func setMultiPathTCP(dialer *net.Dialer) {
|
||
|
}
|