[core] Implemented a new sender buffer.#3255
Merged
Merged
Conversation
added 6 commits
November 12, 2025 14:58
…r. Put CSndLossList to CSndBuffer. Explicit save/restore for SndRateMeasurement
…g destructor for CSndBuffer internal container
…ethods in one place. Added unit tests for sender loss handling.
added 11 commits
December 4, 2025 13:09
added 7 commits
December 12, 2025 13:11
…implemented walkEntries and added test for it. Some fixes from CodeQL reports
…use-after-free for closed members
…ent fixes. Fixed update prevention after dispatching shutdown
…. The pool is potentially required to pick up new units by packet filter. The unit is put back to the series if the buffer didn't eat it up
… some thread-san problems.
added 2 commits
March 26, 2026 10:48
…ew-scheduled position out of sender buffer. Cut off comments and reworked developer documentation. OFMT: separated proxy and sender classes for fmt result.
Check notice
Code scanning / CodeQL
Commented-out code Note
This file contains hidden or 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
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.
The new sender buffer is based on
std::dequecontainer, utilizes memory blocks handled byBufferedMessageStorageand the loss schedule is handled on top of the existing cells as linked list of flagged elements.Changes:
closeAllSocketsis blocked all logging (may be called as a part of global destructor and have logging system destroyed)walkEntries, removedm_BytesCountLock, improved performance inincPos