Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 84 for Dialer (0.12 sec)

  1. pilot/pkg/config/kube/gateway/conversion_test.go

    					if got != sc.allowed {
    						t.Fatalf("expected allowed=%v, got allowed=%v", sc.allowed, got)
    					}
    				})
    			}
    		})
    	}
    }
    
    func getStatus(t test.Failer, acfgs ...[]config.Config) []byte {
    	cfgs := []config.Config{}
    	for _, cl := range acfgs {
    		cfgs = append(cfgs, cl...)
    	}
    	for i, c := range cfgs {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  2. pkg/dns/client/dns_test.go

    	ips := make([]netip.Addr, 0)
    	for i := 0; i < 64; i++ {
    		ips = append(ips, netip.MustParseAddr(fmt.Sprintf("240.0.0.%d", i)))
    	}
    	return a("aaaaaaaaaaaa.aaaaaa.", ips)
    }()
    
    func makeUpstream(t test.Failer, responses map[string]string) string {
    	mux := dns.NewServeMux()
    	mux.HandleFunc(".", func(resp dns.ResponseWriter, msg *dns.Msg) {
    		answer := new(dns.Msg)
    		answer.SetReply(msg)
    		answer.Rcode = dns.RcodeNameError
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   int32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	State    uint32
    	Filler   [3]uint32
    }
    
    const (
    	SizeofBpfVersion = 0x4
    	SizeofBpfStat    = 0x8
    	SizeofBpfProgram = 0x10
    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. pkg/istio-agent/agent_test.go

    			}
    			// Bring the CA back up
    			a.CaAuthenticator.Set("some-token", "")
    		}()
    
    		a.Check(t, security.WorkloadKeyCertResourceName, security.RootCertReqResourceName)
    	})
    	envoyReady := func(t test.Failer, name string, port int) {
    		retry.UntilSuccessOrFail(t, func() error {
    			_, err := http.DoHTTPGet(fmt.Sprintf("http://localhost:%d/ready", port))
    			if err != nil {
    				return fmt.Errorf("envoy %q is not ready", name)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  5. src/net/http/clientserver_test.go

    		var body []byte
    		if err == nil {
    			body, _ = io.ReadAll(res.Body)
    			res.Body.Close()
    		}
    		var dialed bool
    		select {
    		case <-dialedc:
    			dialed = true
    		default:
    		}
    
    		if !tt.ok && dialed {
    			t.Errorf("For key %q, value %q, transport dialed. Expected local failure. Response was: (%v, %v)\nServer replied with: %s", tt.key, tt.val, res, err, body)
    		} else if (err == nil) != tt.ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  6. docs/tr/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image02.png">
    
    Aynı şekilde, farklı diller için kod türetme araçları da dahil olmak üzere çok sayıda uyumlu araç bulunur.
    
    ## Pydantic
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. tests/integration/README.md

    ```
    
    You'll then need to define your component's API.
    
    ```go
    package mycomponent
    
    type Instance interface {
        resource.Resource
    
        DoStuff() error
        DoStuffOrFail(t test.Failer)
    }
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  8. tests/integration/security/filebased_tls_origination/egress_gateway_origination_test.go

                port:
                  number: 443
              weight: 100
          headers:
            request:
              add:
                handled-by-egress-gateway: "true"
    `
    )
    
    func createGateway(t test.Failer, ctx resource.Context, appsNamespace namespace.Instance,
    	serviceNamespace namespace.Instance, egressNs string, egressSvc string, egressLabel string,
    ) {
    	ctx.ConfigIstio().
    		Eval(appsNamespace.Name(), map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   int32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	State    uint32
    	Filler   [3]uint32
    }
    
    const (
    	SizeofBpfVersion = 0x4
    	SizeofBpfStat    = 0x8
    	SizeofBpfProgram = 0x10
    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/route/address.go

    	//   the routing message boundary
    	l := int(b[0])
    	if runtime.GOOS == "darwin" || runtime.GOOS == "ios" {
    		// On Darwin, an address in the kernel form is also
    		// used as a message filler.
    		if l == 0 || len(b) > roundup(l) {
    			l = roundup(l)
    		}
    	} else {
    		l = roundup(l)
    	}
    	if len(b) < l {
    		return 0, nil, errInvalidAddr
    	}
    	// Don't reorder case expressions.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.9K bytes
    - Viewed (0)
Back to top