Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isConflictWithWellKnownPort (0.25 sec)

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

    			merged = append(merged, incoming)
    		}
    	}
    	current.chains = merged
    }
    
    // isConflictWithWellKnownPort checks conflicts between incoming protocol and existing protocol.
    // Mongo and MySQL are not allowed to co-exist with other protocols in one port.
    func isConflictWithWellKnownPort(incoming, existing protocol.Instance, conflict int) bool {
    	if conflict == NoConflict {
    		return true
    	}
    
    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