mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
only use the conn ID backwards compatibility mode with draft-29
This commit is contained in:
parent
73193b7425
commit
e1f56127df
5 changed files with 22 additions and 2 deletions
|
@ -41,6 +41,7 @@ var _ = Describe("Connection ID Generator", func() {
|
|||
func(c protocol.ConnectionID) { retiredConnIDs = append(retiredConnIDs, c) },
|
||||
func(c protocol.ConnectionID, h packetHandler) { replacedWithClosed[string(c)] = h },
|
||||
func(f wire.Frame) { queuedFrames = append(queuedFrames, f) },
|
||||
protocol.VersionDraft29,
|
||||
)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue