Searched defs:maxRetransmits (Results 1 – 7 of 7) sorted by relevance
23 uint16_t DataChannelInterface::maxRetransmits() const { in maxRetransmits() function in webrtc::DataChannelInterface
54 absl::optional<int> maxRetransmits; member
43 - (int)maxRetransmits { method in RTCDataChannelConfiguration
120 - (uint16_t)maxRetransmits { method in RTCDataChannel
148 uint16_t maxRetransmits() const override { in maxRetransmits() function
23 public int maxRetransmits = -1; field in DataChannel.Init
189 public final int maxRetransmits; field in PeerConnectionClient.DataChannelParameters194 public DataChannelParameters(boolean ordered, int maxRetransmitTimeMs, int maxRetransmits, in DataChannelParameters()