-
Notifications
You must be signed in to change notification settings - Fork 866
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fixed srt_getsockopt cast for bool options (#1925)
Cast to bool instead of int in srt_getsockopt(..) for: - SRTO_SENDER - SRTO_TSBPDMODE - SRTO_DRIFTTRACER - SRTO_ENFORCEDENCRYPTION Additionally: - Fixed TestEnforcedEncryption: bool optval - Minor improvements to Travis run_codecov
- Loading branch information
1 parent
109f667
commit 4f06c2e
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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