]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
qlog: split the PTO count updates ouf of the MetricsUpdated event (#5421)
authorMarten Seemann <martenseemann@gmail.com>
Tue, 4 Nov 2025 17:13:06 +0000 (12:13 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 17:13:06 +0000 (18:13 +0100)
commiteb7fcf5637f780fe1355002534430d95bb5b53c8
tree9e3be7d7597bf58c1a4e9adab4c71c85549818c0
parent4930f90307a49120d9045524ce6bcc23d117893c
qlog: split the PTO count updates ouf of the MetricsUpdated event (#5421)

* qlog: split the PTO count updates ouf of the MetricsUpdated event

This allows us to not use pointers for all member variables of both
events.

* ackhandler: avoid spurious call to GetCongestionWindow
internal/ackhandler/sent_packet_handler.go
internal/ackhandler/sent_packet_handler_test.go
qlog/benchmark_test.go
qlog/event.go
qlog/event_test.go