Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTCPListener (0.11 sec)

  1. src/net/listen_test.go

    	{"tcp4", "127.0.0.1"},
    	{"tcp4", "::ffff:127.0.0.1"},
    
    	{"tcp6", ""},
    	{"tcp6", "::"},
    
    	{"tcp6", "::1"},
    }
    
    // TestTCPListener tests both single and double listen to a test
    // listener with same address family, same listening address and
    // same port.
    func TestTCPListener(t *testing.T) {
    	switch runtime.GOOS {
    	case "plan9":
    		t.Skipf("not supported on %s", runtime.GOOS)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 20.5K bytes
    - Viewed (0)
Back to top