forked from quic-go/quic-go
handshake: initiate the first key update after 100 packets
This commit is contained in:
@@ -88,7 +88,7 @@ func runTestcase(testcase string) error {
|
||||
switch testcase {
|
||||
case "handshake", "transfer", "retry":
|
||||
case "keyupdate":
|
||||
handshake.KeyUpdateInterval = 100
|
||||
handshake.FirstKeyUpdateInterval = 100
|
||||
case "chacha20":
|
||||
tlsConf.CipherSuites = []uint16{tls.TLS_CHACHA20_POLY1305_SHA256}
|
||||
case "multiconnect":
|
||||
|
||||
Reference in New Issue
Block a user