uquic/logging
Marten Seemann e9b4f9ba07 avoid type confusion between protocol.PacketType and logging.PacketType
The enums have completely different meanings. protocol.PacketType only
defines long header types, whereas logging.PacketType defines all
different types of QUIC packets (including short header packets).
2021-03-21 12:56:52 +08:00
..
close_reason.go introduce a logging.CloseReason for version negotiation errors 2021-03-15 13:36:45 +08:00
close_reason_test.go introduce a logging.CloseReason for version negotiation errors 2021-03-15 13:36:45 +08:00
frame.go make it possible to log DATAGRAM frames 2020-12-09 15:31:23 +07:00
interface.go add a RestoredTransportParameters method to the logging interface 2021-01-15 17:13:46 +08: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 avoid type confusion between protocol.PacketType and logging.PacketType 2021-03-21 12:56:52 +08:00
mock_tracer_test.go avoid type confusion between protocol.PacketType and logging.PacketType 2021-03-21 12:56:52 +08:00
mockgen.go run the check for go generated files on Github Actions instead of Travis 2020-08-06 17:01:14 +07:00
multiplex.go expose the constructor for the multipexed connection tracer 2021-02-09 10:54:51 +08:00
multiplex_test.go expose the constructor for the multipexed connection tracer 2021-02-09 10:54:51 +08:00
packet_header.go move the PacketHeader struct from logging to qlog package 2020-09-09 13:17:59 +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 avoid type confusion between protocol.PacketType and logging.PacketType 2021-03-21 12:56:52 +08:00