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: add FIN_ACK to close datachannels without data loss #582

Merged
merged 7 commits into from
Oct 5, 2023

Commits on Sep 27, 2023

  1. webrtc: add FIN_ACK to spec to close datachannels without data loss

    Specify closing datachannels by mutual agreement to ensure all data has been received by the remote before closing.
    
    Refs: #575
    achingbrain committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2a2c2f3 View commit details
    Browse the repository at this point in the history
  2. chore: apply suggestions from code review

    Co-authored-by: Max Inden <mail@max-inden.de>
    achingbrain and mxinden committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1cebbb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. docs: remove delay

    achingbrain committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    dec6a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Apply suggestions from code review

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    achingbrain and thomaseizinger committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0183659 View commit details
    Browse the repository at this point in the history
  2. docs: update order

    achingbrain committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6114dd7 View commit details
    Browse the repository at this point in the history
  3. docs: grammar edits

    achingbrain committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7da0fc8 View commit details
    Browse the repository at this point in the history
  4. chore: formatting

    achingbrain committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0584c98 View commit details
    Browse the repository at this point in the history