Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize DTLS Handshake and ICE Handling for Improved Performance #3

Merged
merged 21 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions doc/muxers.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1361,21 +1361,9 @@ This muxer supports the following options:

@table @option

@item ice_arq_max @var{integer}
Set the maximum number of retransmissions for the ICE ARQ mechanism.
Default value is 5.

@item ice_arq_timeout @var{integer}
Set the start timeout in milliseconds for the ICE ARQ mechanism.
Default value is 30.

@item dtls_arq_max @var{integer}
Set the maximum number of retransmissions for the DTLS ARQ mechanism.
Default value is 5.

@item dtls_arq_timeout @var{integer}
Set the start timeout in milliseconds for the DTLS ARQ mechanism.
Default value is 50.
@item handshake_timeout @var{integer}
Set the timeout in milliseconds for ICE and DTLS handshake.
Default value is 5000.

@item pkt_size @var{integer}
Set the maximum size, in bytes, of RTP packets that send out.
Expand Down
Loading