getaddrinfo is used in src/core/lib/iomgr/resolve_address_posix.cc.

The results of getaddrinfo is used by the DNS resolver (component which 
takes your target string and converts it into a list of addresses) at 
src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc.

Some relevant documentation may be found here:

   - https://github.com/grpc/grpc/blob/master/doc/naming.md#detailed-design
   - https://github.com/grpc/grpc/blob/master/doc/load-balancing.md#workflow
   

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/7cca6fa6-ce27-473e-a40b-7c662b9f20da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to