Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for conf3 (0.07 sec)

  1. src/net/http/serve_test.go

    		t.Fatal(err)
    	}
    	conf := &tls.Config{
    		// GetConfigForClient requires specifying a full tls.Config so we must set
    		// NextProtos ourselves.
    		NextProtos:   []string{"h2"},
    		Certificates: []tls.Certificate{cert},
    	}
    	testAutomaticHTTP2_ListenAndServe(t, &tls.Config{
    		GetConfigForClient: func(clientHello *tls.ClientHelloInfo) (*tls.Config, error) {
    			return conf, nil
    		},
    	})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    			protocol: "tcp",
    		},
    		{
    			name:     "udp ipv6",
    			ips:      ipv6,
    			expected: []string{ipv6},
    			protocol: "udp",
    		},
    		{
    			// We should only capture traffic to servers in /etc/resolv.conf nameservers
    			// This checks we do not capture traffic to other servers.
    			// This is important for cases like app -> istio dns server -> dnsmasq -> upstream
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    * make --runtime-config=api/all=true|false work ([#32582](https://github.com/kubernetes/kubernetes/pull/32582), [@jlowdermilk](https://github.com/jlowdermilk))
    * Added new kubelet flags `--cni-bin-dir` and `--cni-conf-dir` to specify where CNI files are located. ([#32151](https://github.com/kubernetes/kubernetes/pull/32151), [@bboreham](https://github.com/bboreham))
        * Fixed CNI configuration on GCI platform when using CNI.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    :1229032241,"max_t":1297181843,"mean_t":1266525459},{"name":"test_shell_request_context.cc","kids":[],"cl_weight":0.19497448979591836,"touches":8,"min_t":1286464738,"max_t":1290454398,"mean_t":1288881709},{"name":"resources","kids":[{"name":"fonts.conf","kids":[],"cl_weight":3,"touches":3,"min_t":1275419640,"max_t":1276288177,"mean_t":1275997624},{"name":"linux-fontconfig-config","kids":[],"cl_weight":2.15,"touches":6,"min_t":1227126184,"max_t":1269528684,"mean_t":1241311607}],"cl_weight":5.15,"...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top