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 POST options setting on a connected group. #2889

Merged

Conversation

maxsharabayko
Copy link
Collaborator

The list of options was unordered, hence the binary search failed to find those options. This lead to srt_setsockopt returning an error if called on a connected group socket.

@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [core] Area: Changes in SRT library core labels Feb 22, 2024
@maxsharabayko maxsharabayko added this to the v1.5.4 milestone Feb 22, 2024
The list of options was unordered, hence the binary search failed to find those options.
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (07e22ca) 64.61% compared to head (0160d4c) 64.63%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2889      +/-   ##
==========================================
+ Coverage   64.61%   64.63%   +0.02%     
==========================================
  Files         101      101              
  Lines       17489    17490       +1     
==========================================
+ Hits        11300    11305       +5     
+ Misses       6189     6185       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxsharabayko maxsharabayko merged commit b2d48bd into Haivision:master Feb 22, 2024
11 checks passed
@maxsharabayko maxsharabayko deleted the hotfix/group-opts-post branch February 22, 2024 09:46
maxsharabayko added a commit to maxsharabayko/srt that referenced this pull request Feb 22, 2024
maxsharabayko added a commit that referenced this pull request Feb 22, 2024
maxsharabayko added a commit to maxsharabayko/srt that referenced this pull request Apr 26, 2024
maxsharabayko added a commit to maxsharabayko/srt that referenced this pull request Apr 26, 2024
maxsharabayko added a commit that referenced this pull request Apr 29, 2024
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 Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant