Marten Seemann
|
42cec84221
|
extend ByteOrder interface to allow converting from a byte slice
|
2022-08-29 13:11:58 +03:00 |
|
Marten Seemann
|
ccb197939d
|
replace WriteUintN and ReadUintN by explicit functions
|
2019-08-20 15:59:39 +07:00 |
|
Marten Seemann
|
52380835b9
|
implement a WriteUintN function
|
2018-11-26 23:05:51 +07:00 |
|
Marten Seemann
|
6058f580be
|
remove unused ReadUint64 and WriteUint64 functions
|
2018-11-26 16:48:36 +07:00 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|
Marten Seemann
|
f8cbb0ae03
|
remove unused utils.GetByteOrder
This function was needed when we supported both Q039 (using big endian
encoding) and ealier versions (using little endian encoding).
|
2017-12-08 11:33:40 +07:00 |
|
Marten Seemann
|
095c29dc2c
|
drop support for QUIC 37 and 38
|
2017-11-07 00:23:53 +07:00 |
|
Marten Seemann
|
aba1dd13ba
|
only use little endian byte order for gQUIC 37 and 38
That way, when adding new non-gQUIC versions, they will use big endian.
|
2017-11-02 16:46:22 +07:00 |
|
Marten Seemann
|
f1ada87dcf
|
make the protocol package internal
|
2017-08-30 00:19:44 +07:00 |
|
Marten Seemann
|
dd0daaaf1e
|
implement version-dependent parsing of the Public Header
|
2017-08-23 16:00:45 +07:00 |
|
Marten Seemann
|
2330ac0497
|
introduce an utils.LittleEndian
|
2017-08-23 15:57:35 +07:00 |
|