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

[core] Fix stalled connection that should break after rogue NAK/ACK reception #3105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ethouris
Copy link
Collaborator

Fixes #3088

The problem: upon reception of the rogue ACK or LOSSREPORT, the procedure that should cause breaking the connection puts the connection in a "stalled" state, where every single ACK since that point on is rejected, but the connection is still maintained and keepalives are exchanged. The connection can no longer be used for transmission, but it doesn't break.

@ethouris ethouris added Priority: Medium Type: Bug Indicates an unexpected problem or unintended behavior [core] Area: Changes in SRT library core labels Jan 14, 2025
@ethouris ethouris added this to the v1.5.5 milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Priority: Medium Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] srt-live-transmit Fails to Recover from Malformed NAK Packet
1 participant