uquic/fuzzing
Marten Seemann 7023b52e13
speed up marshaling of transport parameters (#3531)
The speedup comes from multiple sources:
1. We now preallocate a byte slice, instead of appending multiple times.
2. Marshaling into a byte slice is faster than using a bytes.Buffer.
3. quicvarint.Write allocates, while quicvarint.Append doesn't.
2022-08-29 23:05:52 +03:00
..
frames use an array instead of a byte slice for Connection IDs 2022-08-29 11:30:31 +03:00
handshake fix unreachable code after log.Fatal in fuzzing corpus generator (#3496) 2022-08-12 02:02:15 -07:00
header remove ConnectionID.Equal function 2022-08-29 11:30:32 +03:00
internal/helper update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499) 2022-08-10 09:50:48 -07:00
tokens remove ConnectionID.Equal function 2022-08-29 11:30:32 +03:00
transportparameters speed up marshaling of transport parameters (#3531) 2022-08-29 23:05:52 +03:00