Home
last modified time | relevance | path

Searched refs:max_channels (Results 1 – 1 of 1) sorted by relevance

/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs80 max_channels: u16, field
109 max_channels: SCTP_MAX_CHANNELS, in new()
349 pub fn max_channels(&self) -> u16 { in max_channels() method
350 if self.max_channels == 0 { in max_channels()
353 self.max_channels in max_channels()
416 let max = self.max_channels(); in generate_and_set_data_channel_id()