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

Refax: added some utils and simplifications to the receiver buffer #2522

Merged
merged 6 commits into from
Jan 3, 2023

Conversation

ethouris
Copy link
Collaborator

@ethouris ethouris commented Nov 8, 2022

This introduces new functions: cmpPos (to be used later) and packetAt which short cuts to reaching the packet at given position.

@codecov-commenter
Copy link

Codecov Report

Merging #2522 (0f72a76) into master (b76c8b2) will decrease coverage by 0.26%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##           master    #2522      +/-   ##
==========================================
- Coverage   66.00%   65.73%   -0.27%     
==========================================
  Files          99       99              
  Lines       19750    19751       +1     
==========================================
- Hits        13036    12984      -52     
- Misses       6714     6767      +53     
Impacted Files Coverage Δ
srtcore/buffer_rcv.cpp 58.64% <59.61%> (-0.20%) ⬇️
srtcore/buffer_rcv.h 73.07% <66.66%> (+2.24%) ⬆️
srtcore/list.cpp 75.33% <0.00%> (-2.17%) ⬇️
srtcore/congctl.cpp 81.34% <0.00%> (-1.56%) ⬇️
srtcore/core.cpp 59.11% <0.00%> (-0.81%) ⬇️
srtcore/buffer_snd.cpp 67.10% <0.00%> (-0.66%) ⬇️
srtcore/queue.cpp 81.19% <0.00%> (-0.45%) ⬇️
srtcore/api.cpp 54.44% <0.00%> (-0.11%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ethouris ethouris added Type: Maintenance Work required to maintain or clean up the code [core] Area: Changes in SRT library core labels Nov 14, 2022
srtcore/buffer_rcv.h Outdated Show resolved Hide resolved
@maxsharabayko maxsharabayko merged commit 6db28dc into Haivision:master Jan 3, 2023
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: Maintenance Work required to maintain or clean up the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants