| 1646 | } |
| 1647 | |
| 1648 | bool |
| 1649 | Http2ConnectionState::is_peer_concurrent_stream_ub() const |
| 1650 | { |
| 1651 | return peer_streams_count_in >= (peer_settings.get(HTTP2_SETTINGS_MAX_CONCURRENT_STREAMS)) * 0.9; |
| 1652 | } |
| 1653 | |
| 1654 | bool |
| 1655 | Http2ConnectionState::is_peer_concurrent_stream_lb() const |