Home
last modified time | relevance | path

Searched refs:SRTO_RETRANSMITALGO (Results 1 – 8 of 8) sorted by relevance

/dports/www/srt/srt-1.4.4/srtcore/
H A Dsocketconfig.cpp870 struct CSrtConfigSetter<SRTO_RETRANSMITALGO>
940 DISPATCH(SRTO_RETRANSMITALGO); in dispatchSet()
H A Dsrt.h250 SRTO_RETRANSMITALGO = 61, // An option to select packet retransmission algorithm enumerator
H A Dcore.cpp203 flags[SRTO_RETRANSMITALGO] = SRTO_R_PRE; in SrtOptionAction()
776 case SRTO_RETRANSMITALGO: in getOpt()
/dports/www/srt/srt-1.4.4/apps/
H A Dsocketoptions.hpp259 { "retransmitalgo", 0, SRTO_RETRANSMITALGO, SocketOption::PRE, SocketOption::INT, nullptr }
/dports/www/srt/srt-1.4.4/docs/API/
H A DAPI.md530 - [`SRTO_RETRANSMITALGO`](API-socket-options.md#SRTO_RETRANSMITALGO) = 1
584 - `SRTO_RETRANSMITALGO`: Given the receiver sends periodic NAK reports,
612 - [`SRTO_RETRANSMITALGO`](API-socket-options.md#SRTO_RETRANSMITALGO) = 0
H A DAPI-socket-options.md242 | [`SRTO_RETRANSMITALGO`](#SRTO_RETRANSMITALGO) | 1.4.2 | pre | `int32_t` | |…
1274 #### SRTO_RETRANSMITALGO subsubsection
1278 | `SRTO_RETRANSMITALGO` | 1.4.2 | pre | `int32_t` | | 1 | [0, 1] | RW | GSD |
/dports/www/srt/srt-1.4.4/test/
H A Dtest_socket_options.cpp212 …{ SRTO_RETRANSMITALGO, "SRTO_RETRANSMITALGO", RestrictionType::PRE, sizeof(int), …
/dports/www/srt/srt-1.4.4/docs/apps/
H A Dsrt-live-transmit.md324 | `retransmitalgo` | {`0`, `1`} | `SRTO_RETRANSMITALGO` | Packet retransmission algori…