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

Fix DTLS client role in long delay connections #424

Merged
merged 1 commit into from
Feb 5, 2022

Commits on Feb 3, 2022

  1. Fix DTLS client role in long delay connections

    Fixes pion/webrtc#2089
    
    When a retranmission from the remote side arrives after
    the handshake is complete, the `finish` routine
    puts it back into retransmit loop.
    
    With Chrome, this fails after 15 seconds.
    Firefox does not error out though.
    
    Testing:
    ---------
    - Tested with Firefox and Chrome with long delay
    (500 ms up and down) in network link conditioner.
    - Tested the above with no introduced delays too.
    - Added test for slow server.
    boks1971 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    b04ff13 View commit details
    Browse the repository at this point in the history