Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for connectat (0.19 sec)

  1. src/crypto/tls/tls_test.go

    	peek := make([]byte, 1)
    
    	for i := 0; i < N; i++ {
    		conn, err := Dial("tcp", ln.Addr().String(), clientConfig)
    		if err != nil {
    			b.Fatal(err)
    		}
    		// make sure we're connected and previous connection has stopped
    		if _, err := conn.Write(buf[:1]); err != nil {
    			b.Fatal(err)
    		}
    		if _, err := io.ReadFull(conn, peek); err != nil {
    			b.Fatal(err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/convert_control_to_data_outputs.mlir

    // CHECK:           }
    // CHECK:           return %[[GRAPH]] : tensor<i1>
    
    // -----
    
    !tf_res = tensor<!tf_type.resource<tensor<f32>>>
    
    // Tests that ops not originally connected (via ctrl dep) to a fetch won't
    // get a data token.
    
    // CHECK-LABEL: func @unconnected_while_body
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 18:35:00 UTC 2024
    - 68.9K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

        val connect1 = server.takeRequest()
        assertThat(connect1.requestLine).isEqualTo("CONNECT android.com:$port HTTP/1.1")
        assertThat(connect1.headers["Proxy-Authorization"]).isNull()
    
        val connect2 = server.takeRequest()
        assertThat(connect2.requestLine).isEqualTo("CONNECT android.com:$port HTTP/1.1")
        assertThat(connect2.headers["Proxy-Authorization"]).isEqualTo("password")
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //
      // See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
      google.protobuf.Struct nodeSelector = 12 [deprecated = true];
    
      // Maximum duration that a sidecar can be connected to a pilot.
      //
      // This setting balances out load across pilot instances, but adds some resource overhead.
      //
      // Examples: 300s, 30m, 1h
      google.protobuf.Duration keepaliveMaxServerConnectionAge = 13;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/deadness_analysis.cc

                                  unreachable_nodes.end());
        }
    
        return errors::InvalidArgument(
            "Found unreachable nodes, most likely source and sink nodes not "
            "connected: ",
            absl::StrJoin(unreachable_nodes, ", "));
      }
    
      std::vector<Node*> topo;
      TF_RETURN_IF_ERROR(GetFrameBasedTopologicalOrder(&topo));
    
      size_t frame_start = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  6. pkg/proxy/nftables/proxier.go

    		affinitySetName:  servicePortEndpointAffinityNamePrefix + chainNameBase,
    	}
    }
    
    // nftablesBaseChains lists our "base chains"; those that are directly connected to the
    // netfilter hooks (e.g., "postrouting", "input", etc.), as opposed to "regular" chains,
    // which are only run when a rule jumps to them. See
    // https://wiki.nftables.org/wiki-nftables/index.php/Configuring_chains.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  7. cmd/peer-rest-server.go

    func (s *peerRESTServer) DevNull(w http.ResponseWriter, r *http.Request) {
    	if !s.IsValid(w, r) {
    		s.writeErrorResponse(w, errors.New("invalid request"))
    		return
    	}
    
    	globalNetPerfRX.Connect()
    	defer globalNetPerfRX.Disconnect()
    
    	connectTime := time.Now()
    	ctx := newContext(r, w, "DevNull")
    	for {
    		n, err := io.CopyN(xioutil.Discard, r.Body, 128*humanize.KiByte)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/serviceregistry_test.go

    				opts.KubernetesObjects = append(opts.KubernetesObjects, tt.node)
    			}
    			if tt.obj.Name != "" {
    				opts.Configs = append(opts.Configs, tt.obj)
    			}
    			s := xds.NewFakeDiscoveryServer(t, opts)
    			s.Connect(s.SetupProxy(&model.Proxy{IPAddresses: []string{"1.2.3.4"}}), nil, []string{v3.ClusterType})
    			retry.UntilSuccessOrFail(t, func() error {
    				clients := s.Discovery.AllClients()
    				if len(clients) != 1 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  9. src/runtime/mgcpacer.go

    	//
    	// Because the runtime is responsible for managing a memory limit, it's
    	// useful to couple these stats more tightly to the gcController, which
    	// is intimately connected to how that memory limit is maintained.
    	heapInUse    sysMemStat    // bytes in mSpanInUse spans
    	heapReleased sysMemStat    // bytes released to the OS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. src/runtime/map.go

    		hashGrow(t, h)
    		goto again // Growing the table invalidates everything, so try again
    	}
    
    	if inserti == nil {
    		// The current bucket and all the overflow buckets connected to it are full, allocate a new one.
    		newb := h.newoverflow(t, b)
    		inserti = &newb.tophash[0]
    		insertk = add(unsafe.Pointer(newb), dataOffset)
    		elem = add(insertk, abi.MapBucketCount*uintptr(t.KeySize))
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
Back to top