-
Notifications
You must be signed in to change notification settings - Fork 901
Added balancing groups and common group receiver #2885
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
Draft
ethouris
wants to merge
326
commits into
Haivision:master
Choose a base branch
from
ethouris:dev-add-group-balancing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
…schedule of a broken socket. Fixed excessive sndbuf removal on rogue or excessive ACK
Haivision#2900) * [core] Restored logger perf improvements that were blocked up to 1.6.0 --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com>
…aivision#2444) * Added a UT that confirms the bug. Added an option setter utility. * Fixed clang errors. Added compiler flags to configure to prevent changes by google test * Added checking of accept candidates. In-group check disabled and left dead code (this solution deadlocks) * Added tests for more cases and fixed remaining failures. STILL mutex not enabled. * Fixed the problem with locking * Fixed a problem: invalid per-listener report of member connections. Any pending connection can accept a group. Removed other pending sockets after accepting a group. Fixed tests to handle options also with RAII srt initializer * Updated documentation * Added group contents check and configurable sleep for group/listener tests * Added setting UPDATE event on group on new connection. Fixed test with accept timeout * Removed listener field in the group (useless). Improved the test to prove injected connection while reading from group is working --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com>
Co-authored-by: Sektor van Skijlen <ethouris@gmail.com>
…aivision#3009) * [core] Average values for sent/recv bitrate are now over last second. * [core] Adding packet header size in average measure * [core] Removing inheritance and fixing issue in rate compute
…ck of listener (Haivision#1690) * [core] Fixed a bug that responded a repeated conclusion HS with rejection * Fixed proper crafting of the repeated handshake response * Added crafting KMX response to call handshake * Fixed HS ext for HSv5. Blocked testing stuff * Fixed: rewritten negotiated values into the handshake and properly sent * Fixed: do not try accepted socket if wrong address * Changed blocked test code to conditionally-enabled --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com>
…ll (misleading log flood) (Haivision#3090) Co-authored-by: Mikolaj Malecki <mmalecki@haivision.com>
…aivision#3103) Co-authored-by: Mikolaj Malecki <mmalecki@haivision.com>
…tes (Haivision#3132) Co-authored-by: Mikolaj Malecki <mmalecki@haivision.com>
…ivision#2732). (Haivision#3069) Co-authored-by: Sektor van Skijlen <ethouris@gmail.com>
* [BUG] Fixed default reject reason for a listener callback * Added extended reject reason string API * Fixed testing app to set unauthorized rejection code for a better example * Removed deprecated remapping array --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com>
* Fixing implicit integer and wrong use of SRT_ERROR and SRT_INVALID_SOCKET * Fixed wrong assertion for drop snd buf sequence check * [MAINT] Refax for CSndBuffer::readData to make the call form clearer * Introduced SRTRUNSTATUS to cover all cases of srt_startup(). Fixed documentation. * Removed srt::isgroup. Reused CUDT::isgroup where applicable. Added missing license heading. * Removed unreachable code --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com>
Co-authored-by: Mikolaj Malecki <mmalecki@haivision.com>
… irrelevant documentation entry
* Updated group-related documentation, including some part of balancing --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com> Co-authored-by: stevomatthews <smatthews@haivision.com>
…ion#2747) * [core][apps][doc] Implemented the socket close reason feautre --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com>
…nge (Haivision#2639) * [REFAX] Refactored function calls at close socket for preparing a change --------- Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com> Co-authored-by: Maxim Sharabayko <maxlovic@gmail.com>
…on#3156) * [DEV/CI] Updated ABI checker to use correct version ABI checks. --------- Co-authored-by: Mikolaj Malecki <mmalecki@haivision.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Draft until problems solved.
Problems: