Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ethouris/srt

Tags

DEV_REWORK_RECEIVER_UNIT_PHASE1

Toggle DEV_REWORK_RECEIVER_UNIT_PHASE1's commit message
Changed handling of the buffer pool allocation limit

v1.5.5-rc.0a

Toggle v1.5.5-rc.0a's commit message
[API] raise libSRT version number to 1.5.5

v1.5.5-rc.0

Toggle v1.5.5-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

DEV_RETROSPECT_1.6.0_STABLE_TSAN

Toggle DEV_RETROSPECT_1.6.0_STABLE_TSAN's commit message
Merged dev-rework-attributes

v1.5.4

Toggle v1.5.4's commit message
[core] Fixed group import option.

SRTO_CONNTIMEO, SRTO_PAYLOADSIZE, SRTO_PBKEYLEN had size autodetection bugs.

v1.5.4-rc.2

Toggle v1.5.4-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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(..)`.

v1.5.4-rc.1

Toggle v1.5.4-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[core] Fixed nonchecked empty config for packetfilter (Haivision#3031).

v1.5.4-rc.0

Toggle v1.5.4-rc.0's commit message
[apps] Fixed compiler warnings (G++ 9.4)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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.

v1.5.3-rc.0

Toggle v1.5.3-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[apps] Fixed conditional IP_ADD_SOURCE_MEMBERSHIP in testmedia (Haivi…

…sion#2780).