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

webrtc: wait for FIN_ACK before closing data channels #2615

Merged
merged 34 commits into from
Feb 21, 2024

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    e83480a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba7577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    846c9ab View commit details
    Browse the repository at this point in the history
  4. remove lock for channel push

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    f5b5982 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4865037 View commit details
    Browse the repository at this point in the history
  6. set receive MTU

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c2a30c7 View commit details
    Browse the repository at this point in the history
  7. debug log

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    d0ad152 View commit details
    Browse the repository at this point in the history
  8. webrtc: update pion

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    d21921b View commit details
    Browse the repository at this point in the history
  9. better debug log

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    046d450 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29ed540 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    340d322 View commit details
    Browse the repository at this point in the history
  12. remove unimportant changes

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    1e39ac5 View commit details
    Browse the repository at this point in the history
  13. update pion

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b8578f2 View commit details
    Browse the repository at this point in the history
  14. add tests for chunking

    sukunrt committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    acf1687 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. use default MTU

    sukunrt committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cffc6a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b86de View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    bed82fe View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    bc7390f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    bb4aea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bff7d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. reuse msg for writes

    sukunrt committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fbcb8f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. remove AsyncClose

    sukunrt committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5f0faa3 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    sukunrt committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    17c89bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37ff2f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd78a36 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    8abd3fe View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    058d7e9 View commit details
    Browse the repository at this point in the history
  2. fix check for timeout error

    sukunrt committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    033ec87 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    ec4a973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e005b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. cleanup write path channels

    sukunrt committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0094df6 View commit details
    Browse the repository at this point in the history
  2. use crypto/rand

    sukunrt committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2924291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8992b8c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    801a23a View commit details
    Browse the repository at this point in the history