Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for connc (0.03 sec)

  1. pilot/pkg/xds/delta.go

    			return
    		}
    	}
    }
    
    func (conn *Connection) sendDelta(res *discovery.DeltaDiscoveryResponse, newResourceNames []string) error {
    	sendResonse := func() error {
    		start := time.Now()
    		defer func() { xds.RecordSendTime(time.Since(start)) }()
    		return conn.deltaStream.Send(res)
    	}
    	err := sendResonse()
    	if err == nil {
    		if !strings.HasPrefix(res.TypeUrl, v3.DebugType) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_waypoint.go

    		// well behaved clients should close connections.
    		// not all clients are well-behaved. This will prune
    		// connections when the client is not responding, to keep
    		// us from holding many stale conns from deceased clients
    		//
    		// Also TODO(https://github.com/hyperium/hyper/pull/3647)
    		ConnectionKeepalive: &core.KeepaliveSettings{
    			Interval: durationpb.New(h2KeepaliveInterval),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top