Add keepalive support for clients in quic.Config

Fixes #525.
This commit is contained in:
krish7919 (Krish)
2017-05-05 15:39:20 +02:00
committed by Lucas Clemente
parent 649933d17b
commit 755dedf1ff
6 changed files with 44 additions and 1 deletions

View File

@@ -169,6 +169,7 @@ func populateClientConfig(config *Config) *Config {
RequestConnectionIDTruncation: config.RequestConnectionIDTruncation,
MaxReceiveStreamFlowControlWindow: maxReceiveStreamFlowControlWindow,
MaxReceiveConnectionFlowControlWindow: maxReceiveConnectionFlowControlWindow,
KeepAlive: config.KeepAlive,
}
}