[go: nahoru, domu]

tree: 0079271cd24d13cff625a61e4bc476b323286711 [path history] [tgz]
  1. BUILD.gn
  2. DIR_METADATA
  3. OWNERS
  4. README.md
  5. system_dns_resolver.cc
  6. system_dns_resolver.h
  7. system_dns_resolver_browsertest.cc
content/browser/system_dns_resolution/README.md

On certain systems, system DNS resolution cannot run sandboxed. This includes Android and some Linux systems. This directory contains Mojo implementations of system DNS resolution so that sandboxed processes can use Mojo for system DNS resolution, rather than getaddrinfo() or another system DNS resolution routine.

For more info, see the design doc for servicified system DNS resolution.