Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestProhibitionaryDialArg (0.29 sec)

  1. src/net/dial_test.go

    	"syscall"
    	"testing"
    	"time"
    )
    
    var prohibitionaryDialArgTests = []struct {
    	network string
    	address string
    }{
    	{"tcp6", "127.0.0.1"},
    	{"tcp6", "::ffff:127.0.0.1"},
    }
    
    func TestProhibitionaryDialArg(t *testing.T) {
    	testenv.MustHaveExternalNetwork(t)
    
    	switch runtime.GOOS {
    	case "plan9":
    		t.Skipf("not supported on %s", runtime.GOOS)
    	}
    	if !supportsIPv4map() {
    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