mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
add support for the ECN interop runner test case
This commit is contained in:
parent
ea3d32394d
commit
be7536f2fc
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ func runTestcase(testcase string) error {
|
|||
defer r.Close()
|
||||
|
||||
switch testcase {
|
||||
case "handshake", "transfer", "retry":
|
||||
case "handshake", "transfer", "retry", "ecn":
|
||||
case "chacha20":
|
||||
tlsConf.CipherSuites = []uint16{tls.TLS_CHACHA20_POLY1305_SHA256}
|
||||
case "multiconnect":
|
||||
|
|
|
@ -52,7 +52,7 @@ func main() {
|
|||
tlsConf.KeyLogWriter = keyLog
|
||||
|
||||
switch testcase {
|
||||
case "versionnegotiation", "handshake", "transfer", "resumption", "zerortt", "multiconnect":
|
||||
case "versionnegotiation", "handshake", "transfer", "resumption", "zerortt", "multiconnect", "ecn":
|
||||
err = runHTTP09Server(quicConf)
|
||||
case "retry":
|
||||
// By default, quic-go performs a Retry on every incoming connection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue