Skip to content

Commit

Permalink
[core] Workaround ABI compatibility due to ENABLE_EXPERIMENTAL_BONDING
Browse files Browse the repository at this point in the history
  • Loading branch information
quink-black authored and maxsharabayko committed Feb 8, 2021
1 parent 4744283 commit 2872939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/srt.h
Expand Up @@ -239,12 +239,12 @@ typedef enum SRT_SOCKOPT {
SRTO_ENFORCEDENCRYPTION, // Connection to be rejected or quickly broken when one side encryption set or bad password
SRTO_IPV6ONLY, // IPV6_V6ONLY mode
SRTO_PEERIDLETIMEO, // Peer-idle timeout (max time of silence heard from peer) in [ms]
SRTO_BINDTODEVICE, // Forward the SOL_SOCKET/SO_BINDTODEVICE option on socket (pass packets only from that device)
#if ENABLE_EXPERIMENTAL_BONDING
SRTO_GROUPCONNECT, // Set on a listener to allow group connection
SRTO_GROUPSTABTIMEO, // Stability timeout (backup groups) in [us]
SRTO_GROUPTYPE, // Group type to which an accepted socket is about to be added, available in the handshake
#endif
SRTO_BINDTODEVICE, // Forward the SOL_SOCKET/SO_BINDTODEVICE option on socket (pass packets only from that device)
SRTO_PACKETFILTER = 60, // Add and configure a packet filter
SRTO_RETRANSMITALGO = 61 // An option to select packet retransmission algorithm
} SRT_SOCKOPT;
Expand Down

0 comments on commit 2872939

Please sign in to comment.