Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add control over autonat #176

Merged
merged 1 commit into from
Nov 13, 2023
Merged

feat: add control over autonat #176

merged 1 commit into from
Nov 13, 2023

Commits on Nov 13, 2023

  1. feat: add control over autonat

    Prior to this change autonat would always be enabled. Now it can be
    disabled in cases where NAT is not being used.
    
    Additionally previously an unbounded number of probes would be running
    concurrently for all observed addresses. When an dynamic outbound NAT is
    used this results in many probes. Now we limit to one active probe at a
    time and also track failed external address so we do not repeatedly
    attempt to probe them.
    nathanielc committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    648c07f View commit details
    Browse the repository at this point in the history