Marten Seemann
|
f96923b5b2
|
logging: rename VersionNumber to Version (#4621)
|
2024-08-03 19:32:11 -07:00 |
|
Marten Seemann
|
e41d1f9dd7
|
logging / qlog: add support for DPLPMTUD (#4517)
* logging / qlog: add support for DPLPMTUD
* improve the MTU discovery integration test
|
2024-05-14 02:37:54 -07:00 |
|
Marten Seemann
|
07ec3245bd
|
logging: add a Close function to the Tracer (#4298)
* logging: add a Close function to the Tracer
* close the Tracer when the Transport is closed
|
2024-02-02 21:12:15 -08:00 |
|
Marten Seemann
|
b675e34254
|
logging: add a Debug function to the Tracer (#4297)
|
2024-02-02 20:21:27 -08:00 |
|
Benedikt Spies
|
31a677cacd
|
qlog: add support for alpn_information event (#4216)
* qlog chosen alpn
* qlog chosen alpn
* qlog: fix capitalization of ALPN
---------
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
|
2023-12-25 21:02:47 -08:00 |
|
Marten Seemann
|
3bf2e19d0d
|
logging: pass the packet number to ConnectionTracer.DroppedPacket (#4171)
In most cases the packet number is not known when a packet is dropped,
but it's useful to log the packet number when dropping a duplicate
packet.
|
2023-11-17 04:11:16 -08:00 |
|
Marten Seemann
|
a263164d9f
|
use new gomock feature to generate type-safe methods in mocks (#4057)
|
2023-10-20 22:55:33 -07:00 |
|
Marten Seemann
|
9b82196578
|
make the logging.Tracer and logging.ConnectionTracer a struct (#4082)
|
2023-09-16 04:58:51 -07:00 |
|