Home
last modified time | relevance | path

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

/external/webrtc/api/
Ddata_channel_interface.cc23 uint16_t DataChannelInterface::maxRetransmits() const { in maxRetransmits() function in webrtc::DataChannelInterface
Ddata_channel_interface.h54 absl::optional<int> maxRetransmits; member
/external/webrtc/sdk/objc/api/peerconnection/
DRTCDataChannelConfiguration.mm43 - (int)maxRetransmits { method in RTCDataChannelConfiguration
DRTCDataChannel.mm120 - (uint16_t)maxRetransmits { method in RTCDataChannel
/external/webrtc/pc/
Dsctp_data_channel.h148 uint16_t maxRetransmits() const override { in maxRetransmits() function
/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.java189 public final int maxRetransmits; field in PeerConnectionClient.DataChannelParameters
194 public DataChannelParameters(boolean ordered, int maxRetransmitTimeMs, int maxRetransmits, in DataChannelParameters()