implement a path manager to track the validation status of new paths (#4938)

The path manager is responsible for generating PATH_CHALLENGE frames and
matching them with PATH_RESPONSE frames.
This commit is contained in:
Marten Seemann
2025-01-27 08:10:51 +01:00
committed by GitHub
parent bb0b645ce9
commit 7f5ea8a54d
3 changed files with 405 additions and 2 deletions

View File

@@ -10,8 +10,6 @@ import (
"github.com/quic-go/quic-go/internal/wire"
)
type pathID int64
type newConnID struct {
SequenceNumber uint64
ConnectionID protocol.ConnectionID