Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for TCPKeepalive (0.19 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                        to a destination host.
                                      format: int32
                                      type: integer
                                    tcpKeepalive:
                                      description: If set then set SO_KEEPALIVE on the
                                        socket to enable TCP Keepalives.
                                      properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    TCP connection timeout. type: string maxConnectionDuratio: description: The maximum duration of a connection. type: string maxConnections: description: Maximum number of HTTP1 /TCP connections to a destination host. format: int32 type: integer tcpKeepalive: description: If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives. properties: interval: description: The time duration between keep-alive probes. type: string probes: description: Maximum number of keepalive probes to send without...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	ProviderReserved  uint32
    	ProtocolName      [WSAPROTOCOL_LEN + 1]uint16
    }
    
    type WSAProtocolChain struct {
    	ChainLen     int32
    	ChainEntries [MAX_PROTOCOL_CHAIN]uint32
    }
    
    type TCPKeepalive struct {
    	OnOff    uint32
    	Time     uint32
    	Interval uint32
    }
    
    type symbolicLinkReparseBuffer struct {
    	SubstituteNameOffset uint16
    	SubstituteNameLength uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  4. pilot/pkg/model/sidecar_test.go

    		},
    		Tcp: &networking.ConnectionPoolSettings_TCPSettings{
    			MaxConnections: 1024,
    			ConnectTimeout: durationpb.New(6 * time.Second),
    			TcpKeepalive: &networking.ConnectionPoolSettings_TCPSettings_TcpKeepalive{
    				Probes:   3,
    				Time:     durationpb.New(7 * time.Second),
    				Interval: durationpb.New(8 * time.Second),
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TCPInfo.Snd_ssthresh", Field, 1},
    		{"TCPInfo.State", Field, 1},
    		{"TCPInfo.Total_retrans", Field, 1},
    		{"TCPInfo.Unacked", Field, 1},
    		{"TCPKeepalive", Type, 3},
    		{"TCPKeepalive.Interval", Field, 3},
    		{"TCPKeepalive.OnOff", Field, 3},
    		{"TCPKeepalive.Time", Field, 3},
    		{"TCP_CA_NAME_MAX", Const, 0},
    		{"TCP_CONGCTL", Const, 1},
    		{"TCP_CONGESTION", Const, 0},
    		{"TCP_CONNECTIONTIMEOUT", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top