Upstream merge#17
Conversation
* [BUG] Incorrect error code when srt_listen on closed socket * Fixed API description * Ask Codespell to ignore the TEST() macro. * Replace few if statements by a switch statement. * Status SRTS_NONEXIST throws MN_CLOSED instead of MN_ISUNBOUND * Manage the rendez-vous case first --------- Co-authored-by: Mikolaj Malecki <mmalecki@haivision.com> Co-authored-by: Clément Gérouville <cgerouville@haivision.com>
* [doc] Remove a badge (Travis) * Update repology's badges --------- Co-authored-by: Clément Gérouville <cgerouville@haivision.com>
Co-authored-by: Mikołaj Małecki <mmalecki@haivision.com>
…ion (#3310) * [BUG] Fixed a heavy-logging instruction that may crash on initialization * Protect calls to logger functions by checking on src_config NULL --------- Co-authored-by: Mikolaj Malecki <mmalecki@haivision.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
WalkthroughThis PR introduces three major functional changes: refactored ChangesSocket Listen Validation, CMake Guard, and Logging Safety Hardening
Sequence Diagram(s)Not applicable. Changes consist of state-machine refactoring, configuration gating, safety hardening, and documentation/test updates without novel multi-component interactions. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
Documentation
Bug Fixes
Tests