Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for recipients (0.09 sec)

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

    	}
    
    	filterChains := buildOutboundCatchAllNetworkFilterChains(lb.node, lb.push)
    
    	actualWildcards, _ := getWildcardsAndLocalHost(lb.node.GetIPMode())
    	// add an extra listener that binds to the port that is the recipient of the iptables redirect
    	ipTablesListener := &listener.Listener{
    		Name:             model.VirtualOutboundListenerName,
    		Address:          util.BuildAddress(actualWildcards[0], uint32(lb.push.Mesh.ProxyListenPort)),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  2. src/encoding/gob/type.go

    // Each value we send is preceded by its type definition: an encoded int.
    // However, the very first time we send the value, we first send the pair
    // (-id, wireType).
    // For bootstrapping purposes, we assume that the recipient knows how
    // to decode a wireType; it is exactly the wireType struct here, interpreted
    // using the gob rules for sending a structure, except that we assume the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
Back to top