Lines Matching full:addresses
20 - receiving updated configuration and list of server addresses from the
22 - creating subchannels for the server addresses and managing their
45 for the server name. The name will resolve to a list of IP addresses,
51 configuration from the service config, the list of IP addresses, and
54 addresses of the servers (which might be different from the IP
55 addresses returned by the resolver; see below). It also watches the
70 The `pick_first` policy takes a list of addresses from the resolver. It
71 attempts to connect to those addresses one at a time, in order, until it
72 finds one that is reachable. If none of the addresses are reachable, it
77 If it is able to connect to one of the addresses, it sets the channel's
90 This policy takes a list of addresses from the resolver. It creates a
91 subchannel for each of those addresses and constantly monitors the
135 The `grpclb` policy uses the addresses returned by the resolver (if any)
136 as fallback addresses, which are used when it loses contact with the
139 The `grpclb` policy gets the list of addresses of the balancers to talk to