Home
last modified time | relevance | path

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

/external/webrtc/api/
Dsctp_transport_interface.h51 absl::optional<int> MaxChannels() const { return max_channels_; } in MaxChannels()
57 absl::optional<int> max_channels_; variable
Dsctp_transport_interface.cc28 max_channels_(max_channels) {} in SctpTransportInformation()