You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, at least setting SRTO_RENDEZVOUS to true returns SUCCESS and even tries to establish a rendezvous connection. Looking at the code the rest can also be set on a group without any error.
TODO:
SRTO_BINDTODEVICE
on a group does not make sense.BUGS:
SRTO_RCVBUF
andSRTO_SNDBUF
on a group socket fills 8 bytes instead of 4 even ifoptlen
is set to 4.PR [core] Fixed getting SRTO_RCVBUF and SRTO_SNDBUF on a group. #3077.
According to the API-socket-options.md document the following options are not supported by a group:
However, at least setting SRTO_RENDEZVOUS to true returns SUCCESS and even tries to establish a rendezvous connection. Looking at the code the rest can also be set on a group without any error.
Can't read on a group:
Can be set on a group socket, but documented as the opposite
See PR #3086 with unit tests extended to group socket options.
The text was updated successfully, but these errors were encountered: