tree: e2c88c15a3e145066b9662537a3458ef22391a37 [path history] [tgz]
  1. BUILD.gn
  2. dns_protocol.h
  3. dns_query_type.cc
  4. dns_query_type.h
  5. README.md
  6. util.cc
  7. util.h
  8. util_unittest.cc
net/dns/public/README.md

DNS Public

Host resolution code intended for direct usage outside the network stack. This should be limited to simple utilities, structs, and constants. While code designed to work with the network service should generally only interact with host resolution through the service, the code in this directory is designed to be used directly by any code.

TODO(ericorth): Move to //net/public/dns if the cleanup is ever started to generally separate public code in //net.