Used to control the initial window size that we allow for a stream.
measured in bytes
How often to perform the keep alive
measured in milliseconds
Maximum number of concurrent inbound streams that we accept. If the peer tries to open more streams, those will be reset immediately.
Maximum size of a message that we'll send on a stream. This ensures that a single stream doesn't hog a connection.
Maximum number of concurrent outbound streams that we accept.
If the application tries to open more streams, the call to newStream
will throw
Used to control the maximum window size that we allow for a stream.
Used to do periodic keep alive messages using a ping.