cia-dist-deb/src/main/config/jetty/cia-base/start.d/http2c.ini

Summary

Maintainability
Test Coverage
# --------------------------------------- 
# Module: http2c
# Enables the support for the clear-text HTTP/2 protocol.
# --------------------------------------- 
--module=http2c

## Specifies the maximum number of concurrent requests per session.
# jetty.http2c.maxConcurrentStreams=128

## Specifies the initial stream receive window (client to server) in bytes.
# jetty.http2c.initialStreamRecvWindow=524288

## Specifies the initial session receive window (client to server) in bytes.
# jetty.http2c.initialSessionRecvWindow=1232896

## Specifies the maximum number of keys in all SETTINGS frames received by a session.
# jetty.http2c.maxSettingsKeys=64

## Specifies the maximum number of bad frames and pings per second,
## after which a session is closed to avoid denial of service attacks.
# jetty.http2c.rateControl.maxEventsPerSecond=50