]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
qlog the datagram_id for long header and coalesced packets (#5455)
authorMarten Seemann <martenseemann@gmail.com>
Sat, 22 Nov 2025 01:50:59 +0000 (09:50 +0800)
committerGitHub <noreply@github.com>
Sat, 22 Nov 2025 01:50:59 +0000 (02:50 +0100)
commit130fbff4790db9d01a5d08d202beb5c6baaf6ae6
tree569401b32469a37b12941a8286a5a4448366f6ae
parente147a4c76e79506c4500b382225b8039e982e5e5
qlog the datagram_id for long header and coalesced packets (#5455)

* simplify logging of short header packets

No functional change expected.

* qlog: add datagram_id field to packet evens

* qlog the datagram_id for long header and coalesced packets

No datagram_id is logged for short header packets.
connection.go
connection_logging.go
connection_test.go
qlog/event.go
qlog/event_test.go
qlog/types.go
qlog/types_test.go