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] Fixed wrong limitation on SRTO_FC option. Fixed documentation. #1899

Merged
merged 2 commits into from
Mar 30, 2021

Conversation

ethouris
Copy link
Collaborator

Fixes #1898

Problem: 32 is to be the minimum allowed value for SRTO_FC, so a maximum out of 32 and the given one should be used.

Also the constant should use MIN, not MAX, as this is the minimum allowed value.

Documentation: the unit for SRTO_FC is packet, so it should be fixed that this is the maximum number of PACKETS that can be sent without acknowledgement.

@ethouris ethouris requested a review from maxsharabayko March 30, 2021 07:55
@ethouris ethouris added [core] Area: Changes in SRT library core [docs] Area: Improvements or additions to documentation Priority: High Type: Bug Indicates an unexpected problem or unintended behavior labels Mar 30, 2021
@ethouris ethouris added this to the v1.4.3 milestone Mar 30, 2021
@cg82616424
Copy link
Contributor

:D

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 [docs] Area: Improvements or additions to documentation Priority: High Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] SRTO_FC setter bug
3 participants