Searched refs:max_outbound_streams (Results 1 – 5 of 5) sorted by relevance
154 if (internal_sctp_transport_->max_outbound_streams() && in OnAssociationChangeCommunicationUp()157 std::min(*(internal_sctp_transport_->max_outbound_streams()), in OnAssociationChangeCommunicationUp()
49 absl::optional<int> max_outbound_streams() const override { in max_outbound_streams() function in webrtc::__anona93c4ba20111::FakeCricketSctpTransport
41 absl::optional<int> max_outbound_streams() const { return absl::nullopt; } in max_outbound_streams() function
119 virtual absl::optional<int> max_outbound_streams() const = 0;
89 absl::optional<int> max_outbound_streams() const override { in max_outbound_streams() function