uquic/logging
Marten Seemann 741dc28d74 move the RTTStats to the utils package
The RTTStats are used by the logging package. In order to instrument the
congestion package, the RTTStats can't be part of that package any more
(to avoid an import loop).
2020-07-23 11:53:08 +07:00
..
close_reason.go introduce a protocol.StatelessResetToken 2020-07-10 19:55:20 +07:00
close_reason_test.go introduce a protocol.StatelessResetToken 2020-07-10 19:55:20 +07:00
frame.go add logging aliases for frames, create a logging.STREAM and CRYPTO frame 2020-07-06 09:21:32 +07:00
interface.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
logging_suite_test.go add a multiplexer for the logging.ConnectionTracer 2020-07-11 09:45:46 +07:00
mock_connection_tracer_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
mock_tracer_test.go trace packets that are sent outside of a connection 2020-07-16 08:20:36 +07:00
mockgen.go add a multiplexer for the logging.Tracer 2020-07-11 09:48:26 +07:00
multiplex.go fix out-of-bounds read when creating a multiplexed tracer 2020-07-20 12:16:48 +07:00
multiplex_test.go fix out-of-bounds read when creating a multiplexed tracer 2020-07-20 12:16:48 +07:00
packet_header.go introduce type aliases for internal types in the logging package 2020-07-06 08:47:42 +07:00
packet_header_test.go split the qlog package into a logging and a qlog package 2020-07-01 16:49:24 +07:00
types.go rename the logging.CloseReason to TimeoutReason 2020-07-10 19:17:21 +07:00