github.com/sagernet/tfo-go@v0.0.0-20231209031829-7b5343ac1dc6/mptcp_stub.go (about)

     1  //go:build !go1.21
     2  
     3  package tfo
     4  
     5  import "net"
     6  
     7  func DialerMultipathTCP(d *net.Dialer) bool {
     8  	return false
     9  }
    10  
    11  func DialerSetMultipathTCP(d *net.Dialer, use bool) {
    12  }