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

Don't hole punch if either peer is behind a Symmetric NAT #1046

Commits on Jan 27, 2021

  1. emit NAT device type

    aarshkshah1992 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    78ce16b View commit details
    Browse the repository at this point in the history
  2. unit tests

    aarshkshah1992 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0b45239 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    3566bfd View commit details
    Browse the repository at this point in the history
  2. updated deps

    aarshkshah1992 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    29d4987 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    5484ccb View commit details
    Browse the repository at this point in the history
  2. update go ver

    aarshkshah1992 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1537769 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    aarshkshah1992 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c2295d5 View commit details
    Browse the repository at this point in the history
  4. update deps

    aarshkshah1992 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2296117 View commit details
    Browse the repository at this point in the history
  5. fix multiple events

    aarshkshah1992 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d337499 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    1956fea View commit details
    Browse the repository at this point in the history
  2. updated deps

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    cfef141 View commit details
    Browse the repository at this point in the history
  3. simultaneous connect

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    10adf33 View commit details
    Browse the repository at this point in the history
  4. added tests

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ef26854 View commit details
    Browse the repository at this point in the history
  5. added tests

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ae61f65 View commit details
    Browse the repository at this point in the history
  6. more testing

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    0b0b410 View commit details
    Browse the repository at this point in the history
  7. host changes

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    90cd9bb View commit details
    Browse the repository at this point in the history
  8. test scripts

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2603920 View commit details
    Browse the repository at this point in the history
  9. default listen

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e868d73 View commit details
    Browse the repository at this point in the history
  10. addrs

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    431a9a6 View commit details
    Browse the repository at this point in the history
  11. relay server

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    fa9994c View commit details
    Browse the repository at this point in the history
  12. rela server

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    001aa52 View commit details
    Browse the repository at this point in the history
  13. relay server

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    14ef1ec View commit details
    Browse the repository at this point in the history
  14. relay server

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    450d431 View commit details
    Browse the repository at this point in the history
  15. addrs

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    36ca4a7 View commit details
    Browse the repository at this point in the history
  16. testing

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    1bdb86c View commit details
    Browse the repository at this point in the history
  17. server code

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    1d6d07f View commit details
    Browse the repository at this point in the history
  18. server code

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    5ecac86 View commit details
    Browse the repository at this point in the history
  19. more changes

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    d9d7e6a View commit details
    Browse the repository at this point in the history
  20. upated swarm

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    dcf822c View commit details
    Browse the repository at this point in the history
  21. clean-up

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2ee5344 View commit details
    Browse the repository at this point in the history
  22. cleaned up PR

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    46ef4d8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    749086f View commit details
    Browse the repository at this point in the history
  24. better logging

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    37141ec View commit details
    Browse the repository at this point in the history
  25. remove log

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    5bf6a8f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    837edb0 View commit details
    Browse the repository at this point in the history
  27. remove chatty logs

    aarshkshah1992 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    35b7b8a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. fix go-multiaddr

    aarshkshah1992 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9482582 View commit details
    Browse the repository at this point in the history
  2. fix logging

    aarshkshah1992 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    eddb65c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec9163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0d527c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. address review

    aarshkshah1992 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    651ae86 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. rebased PR

    aarshkshah1992 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9b483aa View commit details
    Browse the repository at this point in the history
  2. fix typo

    aarshkshah1992 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    3e9dc38 View commit details
    Browse the repository at this point in the history
  3. fixed errs

    aarshkshah1992 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    ea96e13 View commit details
    Browse the repository at this point in the history
  4. fixed errs

    aarshkshah1992 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    792ff75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6efab25 View commit details
    Browse the repository at this point in the history
  6. added a test

    aarshkshah1992 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    00bd3a7 View commit details
    Browse the repository at this point in the history
  7. removed double init

    aarshkshah1992 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    48350b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. finished merging

    aarshkshah1992 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9267948 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. unit tests

    aarshkshah1992 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b553c16 View commit details
    Browse the repository at this point in the history
  2. fixed races

    aarshkshah1992 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f981b25 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. update deps due to license

    ZBoIsHere committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a3fee65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1146 from ZBoIsHere/feat/evt-based-hole-punching-…

    …update-deps
    
    update deps due to license
    Stebalien committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    9b67b75 View commit details
    Browse the repository at this point in the history