commit | 2556134bf346cdb776218d236a399d0252e9c247 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Dec 03 21:30:03 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Dec 03 23:40:03 2020 +0900 |
tree | 9ab6f5c2761f1fe6531a49862bb5cd3ee7bd12de | |
parent | 38a6f997217991aaa33fbf2591b17c6279651683 [diff] |
Remove SO_REUSEPORT from DnsTlsFrontend It doesn't just let us "share" the port with another server, it also load-balances connections, making things mysteriously flaky. There's probably a race between on DnsTlsFrontend quitting and the next one starting when multiple tests run... but this isn't the right fix. Change-Id: I0221f2ca9424222b00a283ff5cbfabd0169bd616
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.