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