Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 532 for GetWork (0.25 sec)

  1. src/net/interface.go

    var (
    	errInvalidInterface         = errors.New("invalid network interface")
    	errInvalidInterfaceIndex    = errors.New("invalid network interface index")
    	errInvalidInterfaceName     = errors.New("invalid network interface name")
    	errNoSuchInterface          = errors.New("no such network interface")
    	errNoSuchMulticastInterface = errors.New("no such multicast network interface")
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/input-extra-resources/envoyfilter.yaml

              filter:
                name: envoy.filters.network.http_connection_manager
                subFilter:
                  name: envoy.filters.http.router
          proxy:
            proxyVersion: ^1\.19.*
      - applyTo: HTTP_FILTER
        match:
          context: SIDECAR_INBOUND
          listener:
            filterChain:
              filter:
                name: envoy.filters.network.http_connection_manager
                subFilter:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 18:26:24 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. cmd/admin-server-info.go

    			}
    			_, present := network[nodeName]
    			if !present {
    				if err := isServerResolvable(endpoint, 5*time.Second); err == nil {
    					network[nodeName] = string(madmin.ItemOnline)
    				} else {
    					if xnet.IsNetworkOrHostDown(err, false) {
    						network[nodeName] = string(madmin.ItemOffline)
    					} else if xnet.IsNetworkOrHostDown(err, true) {
    						network[nodeName] = "connection attempt timedout"
    					}
    				}
    			}
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/README.md

    network namespace processes always take the output path, while packets coming in from
    outside the host network namespace (whether that's from an external host or from a pod
    network namespace) arrive via `ingress` and take the input or forward path, depending on
    the routing decision made after `prerouting`; packets destined for an IP which is assigned
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 21 14:37:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  5. src/net/tcpsock_posix.go

    	var ctrlCtxFn func(ctx context.Context, network, address string, c syscall.RawConn) error
    	if sl.ListenConfig.Control != nil {
    		ctrlCtxFn = func(ctx context.Context, network, address string, c syscall.RawConn) error {
    			return sl.ListenConfig.Control(network, address, c)
    		}
    	}
    	fd, err := internetSocket(ctx, sl.network, laddr, nil, syscall.SOCK_STREAM, proto, "listen", ctrlCtxFn)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 16:54:32 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  6. src/net/unixsock_posix.go

    	var ctrlCtxFn func(ctx context.Context, network, address string, c syscall.RawConn) error
    	if sl.ListenConfig.Control != nil {
    		ctrlCtxFn = func(ctx context.Context, network, address string, c syscall.RawConn) error {
    			return sl.ListenConfig.Control(network, address, c)
    		}
    	}
    	fd, err := unixSocket(ctx, sl.network, laddr, nil, "listen", ctrlCtxFn)
    	if err != nil {
    		return nil, err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 16:54:32 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. cni/pkg/repair/netns.go

    				if v.IP.Equal(targetAddr) {
    					return true, nil
    				}
    			}
    		}
    	}
    	return false, fmt.Errorf("no interface has the address %s", targetAddr)
    }
    
    // getPodNetNs finds the network namespace for a given pod. There is not a great way to do this. Network namespaces live
    // under the procfs, /proc/<pid>/ns/net. In majority of cases, this is not used directly, but is rather bind mounted to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 04:07:10 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/eastwest-remote.yaml

      namespace: istio-system
      labels:
        topology.istio.io/network: "network-1"
    spec:
      gatewayClassName: istio-remote
      listeners:
      - name: istiod-grpc
        port: 15012
        protocol: TLS
        tls:
          mode: Passthrough
      - name: istiod-webhook
        port: 15017
        protocol: TLS
        tls:
          mode: Passthrough
      - name: cross-network
        hostname: "*.local"
        port: 15443
        protocol: TLS
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/match/match.go

    		Name:        "port",
    		TypedConfig: protoconv.MessageToAny(&network.DestinationPortInput{}),
    	}
    	DestinationIP = &xds.TypedExtensionConfig{
    		Name:        "ip",
    		TypedConfig: protoconv.MessageToAny(&network.DestinationIPInput{}),
    	}
    	SourceIP = &xds.TypedExtensionConfig{
    		Name:        "source-ip",
    		TypedConfig: protoconv.MessageToAny(&network.SourceIPInput{}),
    	}
    	SNI = &xds.TypedExtensionConfig{
    		Name:        "sni",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/tcp/custom-both-http-tcp-out2.yaml

    name: envoy.filters.network.ext_authz
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.network.ext_authz.v3.ExtAuthz
      failureModeAllow: true
      filterEnabledMetadata:
        filter: envoy.filters.network.rbac
        path:
        - key: istio_ext_authz_shadow_effective_policy_id
        value:
          stringMatch:
            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 582 bytes
    - Viewed (0)
Back to top