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

better nat mapping #549

Merged
merged 6 commits into from
Mar 6, 2019
Merged

better nat mapping #549

merged 6 commits into from
Mar 6, 2019

Commits on Mar 6, 2019

  1. better nat mapping

    1. Update to work with libp2p/go-libp2p-nat#14.
    2. Avoid observed addrs when our NAT tells us about external addrs.
    3. Ignore bad addrs reported by our NAT. Substitute with observed addrs.
    4. Fix #428.
    Stebalien committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    3617750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c8f08e View commit details
    Browse the repository at this point in the history
  3. mocknet: fix data race

    Stebalien committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    58f40b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e96aefc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b643cd View commit details
    Browse the repository at this point in the history
  6. mock: increase tolerance for latency tests

    These were exceeding their tolerances when run under the race detector on CI.
    Stebalien committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    5c51323 View commit details
    Browse the repository at this point in the history