Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mergeTCPFilterChains (0.14 sec)

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

    		// Merge the two and "upgrade" to sniffed
    		mergeTCPFilterChains(currentListenerEntry, opts, listenerOpts)
    		currentListenerEntry.protocol = protocol.Unsupported
    
    	case TCPOverTCP, TCPOverAuto:
    		// Merge two TCP filter chains. HTTP filter chain will not conflict with TCP filter chain because HTTP filter chain match for
    		// HTTP filter chain is different from TCP filter chain's.
    		mergeTCPFilterChains(currentListenerEntry, opts, listenerOpts)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top