You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2022. It is now read-only.
Currently it may take in order of minutes to determine our NAT status. This can make the application sit idle for that much time before it can do anything useful, if it needs to make itself reachable.
Some ideas to speed up our NAT assertion time:
client-side: parallelise dialback requests.
client-side: AutoNAT public status: if we receive a positive answer from one AutoNAT server, roll over only the successful address to remaining AutoNAT servers; kinda like a cross-check vs. full check.
client-side/server-side: start with low timeouts, and increase as necessary.
Currently it may take in order of minutes to determine our NAT status. This can make the application sit idle for that much time before it can do anything useful, if it needs to make itself reachable.
Some ideas to speed up our NAT assertion time:
Relates to libp2p/go-libp2p#518.
The text was updated successfully, but these errors were encountered: