-
Notifications
You must be signed in to change notification settings - Fork 914
Closed
Labels
Type: BugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior[core]Area: Changes in SRT library coreArea: Changes in SRT library core
Milestone
Description
"Get" of socket option(for example SRTO_ENFORCEDENCRYPTION) from a group socket without members always return default value even if this option was set before
After set socket option to group socket without members(for example SRTO_ENFORCEDENCRYPTION=false).
Steps to reproduce the behavior:
- Call srt_create_group for create group socket
- Set SRTO_ENFORCEDENCRYPTION to "false"
- Get SRTO_ENFORCEDENCRYPTION from socket and check result
Expected behavior:
After set SRTO_ENFORCEDENCRYPTION to "false' I expect to get same value from socket but instead I got "true". Same problem applied and for other options. SRTO_ENFORCEDENCRYPTION is just an example.
OS: Ubuntu 20.04 focal (x86-64)
SRT version: 1.5.3
Metadata
Metadata
Assignees
Labels
Type: BugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior[core]Area: Changes in SRT library coreArea: Changes in SRT library core