Commit 4ab984ad authored by Marten Seemann's avatar Marten Seemann
Browse files

use QUIC Keep Alives

parent c25d491a
......@@ -24,6 +24,7 @@ var quicConfig = &quic.Config{
// TODO(#6): require source address validation when under load
return true
},
KeepAlive: true,
}
// The Transport implements the tpt.Transport interface for QUIC connections.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment