Skip to content

Commit

Permalink
[docs] Fixed SRTO_RCVLATENCY description
Browse files Browse the repository at this point in the history
of the default value in live mode
  • Loading branch information
maxsharabayko committed May 4, 2021
1 parent 631d0fc commit d43b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/API-socket-options.md
Expand Up @@ -1172,7 +1172,7 @@ Values defined in enum [`SRT_KM_STATE`](#srt_km_state).
The latency value in the receiving direction of the socket.
This value is only significant when [`SRTO_TSBPDMODE`](#SRTO_TSBPDMODE) is enabled.

**Default value**: 120 ms (depicted as 0) in Live mode, 0 in File mode (see [`SRTO_TRANSTYPE`](#SRTO_TRANSTYPE)).
**Default value**: 120 ms in Live mode, 0 in File mode (see [`SRTO_TRANSTYPE`](#SRTO_TRANSTYPE)).

The latency value defines the **minimum** receiver buffering delay before delivering an SRT data packet
from a receiving SRT socket to a receiving application. The provided value is used in the connection establishment (handshake exchange) stage
Expand Down

0 comments on commit d43b836

Please sign in to comment.