Searched refs:max_inbound_streams_ (Results 1 – 3 of 3) sorted by relevance
53 return max_inbound_streams_; in max_inbound_streams()72 void set_max_inbound_streams(int streams) { max_inbound_streams_ = streams; } in set_max_inbound_streams()76 absl::optional<int> max_inbound_streams_; member in webrtc::__anona93c4ba20111::FakeCricketSctpTransport
93 return max_inbound_streams_; in max_inbound_streams()277 absl::optional<int> max_inbound_streams_; variable
1295 max_inbound_streams_ = change.sac_inbound_streams; in OnNotificationAssocChange()