Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 126 for connect0 (0.17 sec)

  1. src/syscall/zsyscall_windows.go

    	procbind                               = modws2_32.NewProc("bind")
    	procclosesocket                        = modws2_32.NewProc("closesocket")
    	procconnect                            = modws2_32.NewProc("connect")
    	procgethostbyname                      = modws2_32.NewProc("gethostbyname")
    	procgetpeername                        = modws2_32.NewProc("getpeername")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1/types.go

    const (
    	OperationAll OperationType = "*"
    	Create       OperationType = "CREATE"
    	Update       OperationType = "UPDATE"
    	Delete       OperationType = "DELETE"
    	Connect      OperationType = "CONNECT"
    )
    
    // WebhookClientConfig contains the information to make a TLS
    // connection with the webhook
    type WebhookClientConfig struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "operation timed out"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_loong64.go

    	102: "network dropped connection on reset",
    	103: "software caused connection abort",
    	104: "connection reset by peer",
    	105: "no buffer space available",
    	106: "transport endpoint is already connected",
    	107: "transport endpoint is not connected",
    	108: "cannot send after transport endpoint shutdown",
    	109: "too many references: cannot splice",
    	110: "connection timed out",
    	111: "connection refused",
    	112: "host is down",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    In general, you should avoid reading the value of system properties and environment variables at configuration time, to avoid cache misses when value changes.
    Instead, you can connect the `Provider` returned by link:{groovyDslPath}/org.gradle.api.provider.ProviderFactory.html#org.gradle.api.provider.ProviderFactory:systemProperty(java.lang.String)[providers.systemProperty()] or
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "operation timed out"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "operation timed out"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  8. common/scripts/metallb-native.yaml

                    format: int32
                    maximum: 4294967295
                    minimum: 0
                    type: integer
                  nodeSelectors:
                    description: Only connect to this peer on nodes that match one of
                      these selectors.
                    items:
                      properties:
                        matchExpressions:
                          items:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/types.go

    const (
    	OperationAll OperationType = "*"
    	Create       OperationType = "CREATE"
    	Update       OperationType = "UPDATE"
    	Delete       OperationType = "DELETE"
    	Connect      OperationType = "CONNECT"
    )
    
    // WebhookClientConfig contains the information to make a TLS
    // connection with the webhook
    type WebhookClientConfig struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_darwin_arm64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
    	_, _, e1 := syscall(abi.FuncPCABI0(libc_connect_trampoline), uintptr(s), uintptr(addr), uintptr(addrlen))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func libc_connect_trampoline()
    
    //go:cgo_import_dynamic libc_connect connect "/usr/lib/libSystem.B.dylib"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 27 21:34:30 UTC 2023
    - 51.7K bytes
    - Viewed (0)
Back to top