Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for DNS (0.2 sec)

  1. src/archive/tar/strconv_test.go

    			} else {
    				t.Errorf("parsePAXTime(%q): got parsing success, want failure", v.in)
    			}
    		}
    		if ok && !ts.Equal(v.want) {
    			t.Errorf("parsePAXTime(%q): got (%ds %dns), want (%ds %dns)",
    				v.in, ts.Unix(), ts.Nanosecond(), v.want.Unix(), v.want.Nanosecond())
    		}
    	}
    }
    
    func TestFormatPAXTime(t *testing.T) {
    	vectors := []struct {
    		sec, nsec int64
    		want      string
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  2. doc/next/6-stdlib/99-minor/net/63116.md

    The [DNSError] type now wraps errors caused by timeouts or cancellation.
    For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Apr 24 13:37:36 GMT 2024
    - 198 bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (windows-386), const DNS_TYPE_AXFR ideal-int
    pkg syscall (windows-386), const DNS_TYPE_CERT ideal-int
    pkg syscall (windows-386), const DNS_TYPE_CNAME ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DHCID ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DNAME ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DNSKEY ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. doc/godebug.md

    controlled by the [`http2client`, `http2server`, and `http2debug` settings](/pkg/net/http/#hdr-HTTP_2).
    There is no plan to remove these settings.
    
    ### Go 1.5
    
    Go 1.5 introduced a pure Go DNS resolver,
    controlled by the [`netdns` setting](/pkg/net/#hdr-Name_Resolution).
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (windows-386), const DNS_TYPE_GPOS = 27
    pkg syscall (windows-386), const DNS_TYPE_HINFO = 13
    pkg syscall (windows-386), const DNS_TYPE_ISDN = 20
    pkg syscall (windows-386), const DNS_TYPE_IXFR = 251
    pkg syscall (windows-386), const DNS_TYPE_KEY = 25
    pkg syscall (windows-386), const DNS_TYPE_KX = 36
    pkg syscall (windows-386), const DNS_TYPE_LOC = 29
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.4.txt

    pkg syscall (linux-arm-cgo), type SysProcIDMap struct, Size int
    
    # CL 122200043 net: fix CNAME resolving on Windows, Egon Elbre <******@****.***>
    pkg syscall (windows-386), const DNS_INFO_NO_RECORDS = 9501
    pkg syscall (windows-386), const DNS_INFO_NO_RECORDS ideal-int
    pkg syscall (windows-386), const DnsSectionAdditional = 3
    pkg syscall (windows-386), const DnsSectionAdditional ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top