docs: Add descriptions for 192 and 256 SRTP key flags
This commit is contained in:
parent
1b2996fd25
commit
af2099a887
|
|
@ -81,8 +81,8 @@ session->create_stream(..., RCE_SRTP | RCE_SRTP_KMNGMNT_ZRTP | RCE_SRTP_NULL_CIP
|
||||||
| RCE_SRTP_REPLAY_PROTECTION | Monitor and reject replayed RTP packets |
|
| RCE_SRTP_REPLAY_PROTECTION | Monitor and reject replayed RTP packets |
|
||||||
| RCE_RTCP | Enable RTCP |
|
| RCE_RTCP | Enable RTCP |
|
||||||
| RCE_HOLEPUNCH_KEEPALIVE | Keep the hole made in the firewall open in case the streaming is unidirectional. If holepunching has been enabled during session creation and this flag is given to `create_stream()` and uvgRTP notices that the application has not sent any data in a while (unidirectionality), it sends a small UDP datagram to the remote participant to keep the connection open |
|
| RCE_HOLEPUNCH_KEEPALIVE | Keep the hole made in the firewall open in case the streaming is unidirectional. If holepunching has been enabled during session creation and this flag is given to `create_stream()` and uvgRTP notices that the application has not sent any data in a while (unidirectionality), it sends a small UDP datagram to the remote participant to keep the connection open |
|
||||||
| RCE_SRTP_KEYSIZE_192 | |
|
| RCE_SRTP_KEYSIZE_192 | Use 196 bit SRTP keys, currently works only with RCE_SRTP_KMNGMNT_USER |
|
||||||
| RCE_SRTP_KEYSIZE_256 | |
|
| RCE_SRTP_KEYSIZE_256 | Use 256 bit SRTP keys, currently works only with RCE_SRTP_KMNGMNT_USER |
|
||||||
| RCE_ZRTP_MULTISTREAM_NO_DH | Select which streams do not perform Diffie-Hellman with ZRTP. Currently, ZRTP only works reliably with one stream performing DH and one not performing it |
|
| RCE_ZRTP_MULTISTREAM_NO_DH | Select which streams do not perform Diffie-Hellman with ZRTP. Currently, ZRTP only works reliably with one stream performing DH and one not performing it |
|
||||||
|
|
||||||
### RTP Context Configuration (RCC) flags
|
### RTP Context Configuration (RCC) flags
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue