Tags: ethouris/srt
Tags
Changed handling of the buffer pool allocation limit
Fix SIGABRT when bonding option is too long (Haivision#3210) * Fix SIGABRT when bonding option is too long * Move the UT to test_bonding.cpp --------- Co-authored-by: Clément Gérouville <[email protected]>
[core] Fixed static variable usage in the crypto module (Haivision#3047… …). Static variable `hcrypt_MsgInfo _hcMsg_SRT_MsgInfo` was declared twice. There was a mutual dependency between `_hcMsg_SRT_MsgInfo` and `hcryptMsg_SRT_ParseMsg(..)`.
[core] Fixed nonchecked empty config for packetfilter (Haivision#3031).
[docs] Fixed API doc: SRT_INVALID_SOCK instead of SRT_ERROR in str_ac… …cept (Haivision#2785). The functions srt_accept() and srt_accept_bond() return a SRTSOCKET. In case of error, the returned value is SRT_INVALID_SOCK, not SRT_ERROR. In practice, the two values are identical (-1) but they do not have the same semantics.
[apps] Fixed conditional IP_ADD_SOURCE_MEMBERSHIP in testmedia (Haivi… …sion#2780).
PreviousNext