Marten Seemann
|
fbaa941ea1
|
protocol: rename VersionNumber to Version (#4295)
|
2024-01-31 21:57:33 -08:00 |
|
Marten Seemann
|
be4838bd64
|
wire: remove FrameParser interface, expose FrameParser struct (#4284)
Instead, expose the FrameParser struct. This allows us to embed it
directly into the connection struct, avoiding a pointer indirection.
|
2024-01-28 22:34:28 -08:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
ef28f4667f
|
refactor frame parser to remove version parameter from constructor
|
2023-01-18 20:51:58 +13:00 |
|
Marten Seemann
|
dfd35cb071
|
use a single bytes.Reader for frame parsing (#3536)
|
2022-09-01 01:06:50 -07:00 |
|
Marten Seemann
|
ab6d664b43
|
rename frame.Write to frame.Append
|
2022-08-28 23:18:24 +03:00 |
|
Marten Seemann
|
3ca1001951
|
append to a byte slice instead of a bytes.Buffer when serializing frames
|
2022-08-28 23:18:06 +03:00 |
|
Marten Seemann
|
cebb4342ec
|
use the ack_delay_exponent sent in the transport parameters
|
2019-01-28 16:09:47 +09:00 |
|
Marten Seemann
|
741521c4d1
|
refactor frame parsing into a separate struct
|
2019-01-28 16:09:47 +09:00 |
|