Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewUnbounded (0.16 sec)

  1. pkg/istio-agent/xds_proxy.go

    		// unbounded. This is the least likely to cause issues as the messages we store here are the
    		// smallest relative to other channels.
    		requestsChan: channels.NewUnbounded[*discovery.DiscoveryRequest](),
    		// Allow a buffer of 1. This ensures we queue up at most 2 (one in process, 1 pending) responses before forwarding.
    		responsesChan: make(chan *discovery.DiscoveryResponse, 1),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top