Avoid double NAT check on standalone proxy startup
When go standalone proxies are first starting up, they perform two NAT probe checks in quick succession. The first is done by calling checkNATType
directly from Start
at line 562, and second as a part of the period NatRetestTask
started at line 577.
It's not much, but cutting down these double tests will reduce some of the load at the probe service.