Home
last modified time | relevance | path

Searched defs:maxRetransmits (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/api/
Ddata_channel_interface.cc23 uint16_t DataChannelInterface::maxRetransmits() const { in maxRetransmits() function in webrtc::DataChannelInterface
Ddata_channel_interface.h52 absl::optional<int> maxRetransmits; member
/external/webrtc/pc/
Drtp_data_channel.h90 uint16_t maxRetransmits() const override { in maxRetransmits() function
Dsctp_data_channel.h138 uint16_t maxRetransmits() const override { in maxRetransmits() function
/external/webrtc/sdk/objc/api/peerconnection/
DRTCDataChannelConfiguration.mm43 - (int)maxRetransmits { method in RTCDataChannelConfiguration
DRTCDataChannel.mm120 - (uint16_t)maxRetransmits { method in RTCDataChannel
/external/webrtc/sdk/android/api/org/webrtc/
DDataChannel.java23 public int maxRetransmits = -1; field in DataChannel.Init
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java187 public final int maxRetransmits; field in PeerConnectionClient.DataChannelParameters
192 public DataChannelParameters(boolean ordered, int maxRetransmitTimeMs, int maxRetransmits, in DataChannelParameters()