mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 21:20:00 +00:00

The lucas-clemente/quic-go package moved namespaces and our branch went stale, this new fork provides support for the new quic-go repo and applies the max datagram frame size change. Until the max datagram frame size support gets upstreamed into quic-go, this can be used to unblock go 1.20 support as the old lucas-clemente/quic-go will not get go 1.20 support.
7 lines
316 B
Go
7 lines
316 B
Go
//go:build gomock || generate
|
|
|
|
package ackhandler
|
|
|
|
//go:generate sh -c "go run github.com/golang/mock/mockgen -build_flags=\"-tags=gomock\" -package ackhandler -destination mock_sent_packet_tracker_test.go github.com/quic-go/quic-go/internal/ackhandler SentPacketTracker"
|
|
type SentPacketTracker = sentPacketTracker
|