Home
last modified time | relevance | path

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

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