add tracing for sent and received packets

This commit is contained in:
Marten Seemann
2019-04-05 10:55:31 +09:00
parent 8926531f7e
commit 267d11ee66
12 changed files with 314 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ func populateServerConfig(config *Config) *Config {
MaxIncomingUniStreams: maxIncomingUniStreams,
ConnectionIDLength: connIDLen,
StatelessResetKey: config.StatelessResetKey,
QuicTracer: config.QuicTracer,
}
}