class Protocol::HTTP2::Connection

def maximum_concurrent_streams

The maximum number of concurrent streams that this connection can initiate:
def maximum_concurrent_streams
	@remote_settings.maximum_concurrent_streams
end