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

fix autonat race #1062

Merged
merged 1 commit into from
Mar 2, 2021
Merged

fix autonat race #1062

merged 1 commit into from
Mar 2, 2021

Commits on Feb 27, 2021

  1. fix autonat race

    fix #7947
    move `BasicHost.AutoNat` to a private field (it has no public method and shouldn't be accessed afaik.
    Instead add a setter for config that sets it while holding the address mutex to prevent reads of the
    field at the same time.
    willscott committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    c2c5918 View commit details
    Browse the repository at this point in the history