Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setKeepAliveSettings (0.28 sec)

  1. pilot/pkg/networking/core/cluster.go

    	// Apply mesh wide TCP keepalive if available.
    	setKeepAliveSettings(c, mesh.TcpKeepalive)
    
    	// Apply/Override individual attributes with DestinationRule TCP keepalive if set.
    	if tcp != nil {
    		setKeepAliveSettings(c, tcp.TcpKeepalive)
    	}
    }
    
    func setKeepAliveSettings(c *cluster.Cluster, keepalive *networking.ConnectionPoolSettings_TCPSettings_TcpKeepalive) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top