OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_rtx_count
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc
551
if (params.
max_rtx_count
>= 0 || params.max_rtx_ms == 0) {
554
spa.sendv_prinfo.pr_value = params.
max_rtx_count
;
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc
486
send_params.
max_rtx_count
= config_.maxRetransmits;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h
1238
int
max_rtx_count
;
member in struct:cricket::SendDataParams
[
all
...]
Completed in 78 milliseconds