-
Notifications
You must be signed in to change notification settings - Fork 852
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
Custom release SRT v1.5.3a #2946
Merged
maxsharabayko
merged 20 commits into
Haivision:custom-release/v1.5.3a
from
maxsharabayko:custom-release/v1.5.3a
Apr 29, 2024
Merged
Custom release SRT v1.5.3a #2946
maxsharabayko
merged 20 commits into
Haivision:custom-release/v1.5.3a
from
maxsharabayko:custom-release/v1.5.3a
Apr 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n#2832) (uninitialized variable).
condition in case of dropping upto a sequence number.
…H tag (Haivision#2880). * Fixed build break due to const use of UniquePtr.
The list of options was unordered, hence the binary search failed to find those options.
A follow up fix for Haivision#2889.
Also downgraded some logs from 'note' level to 'debug'.
Also fixed m_iAvgPayloadSize initialization.
…). Valid for a broadcast group member dropping existing packets from the RCV buffer because they were read from another member. Co-authored-by: Sektor van Skijlen <ethouris@gmail.com>
Also renamed CUDT::m_bTsbPdAckWakeup. Added some function to the CRcvBuffer. Co-authored-by: Sektor van Skijlen <ethouris@gmail.com>
A follow-up for Haivision#2934.
Updated pktRcvUndecrypted description.
maxsharabayko
force-pushed
the
custom-release/v1.5.3a
branch
from
April 26, 2024 13:09
c448412
to
5fd96c3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## custom-release/v1.5.3a #2946 +/- ##
==========================================================
- Coverage 67.20% 67.08% -0.13%
==========================================================
Files 102 102
Lines 20269 20305 +36
==========================================================
- Hits 13622 13621 -1
- Misses 6647 6684 +37 ☔ View full report in Codecov by Sentry. |
maxsharabayko
merged commit Apr 29, 2024
39b5651
into
Haivision:custom-release/v1.5.3a
3 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a custom release of SRT v1.5.3 with some bug fixes that will be used in certain solutions until SRT v1.5.4 is released.
The List of PRs Included