Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDialListenerAddr (0.31 sec)

  1. src/net/dial_test.go

    // net.Listener().Addr().String when the listen address was ":n", even
    // if the machine has halfway configured IPv6 such that it can bind on
    // "::" not connect back to that same address.
    func TestDialListenerAddr(t *testing.T) {
    	if !testableNetwork("tcp4") {
    		t.Skipf("skipping: can't listen on tcp4")
    	}
    
    	// The original issue report was for listening on just ":0" on a system that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top