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

webrtcprivate: add transport #2576

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

webrtcprivate: add transport #2576

wants to merge 22 commits into from

Commits on Oct 23, 2023

  1. webrtcprivate: add transport

    sukunrt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3a54181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f84284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f3c12e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab60e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10624d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b20ffe View commit details
    Browse the repository at this point in the history
  7. webrtcprivate: don't test for address equality

    When running with docker, the listener might see a different remote
    port than the port the dialer observes locally and vice versa
    sukunrt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    072b38a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bf790f View commit details
    Browse the repository at this point in the history
  9. webrtcprivate: fix comments

    sukunrt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4622ab2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1448286 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e464e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8baee51 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    255fd3e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f41c97c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a2e3df3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    212159b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7e077d3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    13081dd View commit details
    Browse the repository at this point in the history
  19. webrtcprivate: integrate transport integration tests

    Some failing tests are skipped. They're failing because they require a
    different testing strategy. A webrtcprivate dial also requires a relay
    dial, causing some of the expectations on mocks to be incorrectly setup
    sukunrt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    05f5d33 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4a77bae View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6249772 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bc90626 View commit details
    Browse the repository at this point in the history