Skip to content
Snippets Groups Projects
Commit 6483533b authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

added a max window size constant

parent 2eb78ca8
Branches
Tags
1 merge request!11Release
......@@ -34,6 +34,9 @@ import (
const infinityTime = time.Duration(math.MaxInt64)
//4 MB
const MaxWindowSize = 4 * 1024 * 1024
// KaClientOpts are the keepalive options for clients
// TODO: Set via configuration
var KaClientOpts = keepalive.ClientParameters{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment