Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dialerMPTCP (0.14 sec)

  1. src/net/mptcpsock_linux_test.go

    	}
    
    	// Also check the method for the older kernels if not tested before
    	if hasSOLMPTCP && !isUsingMPTCPProto(tcp.fd) {
    		ch <- errors.New("incoming connection is not an MPTCP proto")
    		return
    	}
    }
    
    func dialerMPTCP(t *testing.T, addr string, envVar bool) {
    	d := &Dialer{}
    
    	if envVar {
    		if !d.MultipathTCP() {
    			t.Fatal("MultipathTCP Dialer is not on despite GODEBUG=multipathtcp=1")
    		}
    	} else {
    		if d.MultipathTCP() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 11 00:36:57 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top