OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxRetransmits
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h
39
@property(nonatomic) NSInteger
maxRetransmits
;
101
@property(nonatomic, readonly) NSUInteger
maxRetransmits
;
/external/webrtc/talk/app/webrtc/
datachannelinterface.h
49
maxRetransmits
(-1),
59
int
maxRetransmits
; // The max number of retransmissions. -1 if unset.
139
virtual uint16_t
maxRetransmits
() const { return 0; }
datachannel.h
143
virtual uint16_t
maxRetransmits
() const { return config_.
maxRetransmits
; }
287
PROXY_CONSTMETHOD0(uint16_t,
maxRetransmits
)
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java
40
public int
maxRetransmits
= -1;
50
boolean ordered, int maxRetransmitTimeMs, int
maxRetransmits
,
54
this.
maxRetransmits
=
maxRetransmits
;
Completed in 2706 milliseconds