Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/net/conf_test.go

    var defaultResolvConf = &dnsConfig{
    	servers:  defaultNS,
    	ndots:    1,
    	timeout:  5,
    	attempts: 2,
    	err:      fs.ErrNotExist,
    }
    
    func TestConfHostLookupOrder(t *testing.T) {
    	// These tests are written for a system with cgo available,
    	// without using the netgo tag.
    	if netGoBuildTag {
    		t.Skip("skipping test because net package built with netgo tag")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:46:36 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top