TUN-5261: Collect QUIC metrics about RTT, packets and bytes transfered and log events at tracing level

This commit is contained in:
cthuang
2021-10-21 15:26:57 +01:00
parent 958650be1f
commit ff7c48568c
61 changed files with 12360 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
.PHONY: test
test:
go test -race -run=^Test -v
.PHONY: cover
cover:
go test -coverprofile=coverage.out -covermode=atomic
.PHONY: coverhtml
coverhtml:
go tool cover -html=coverage.out