mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-28 11:57:37 +00:00
Jarrod Johnson
6a79a30fc0
Remove single byte TLV concept from socket protocol.
For local socket, it isn't enough to matter. In network protocols, encryption will generally cause things to be rounded up to the next 16 bytes anyway. Make things simpler implementation wise by sticking to 4 byte tl bytes, but still reserve TL with hi bit set, just in case.
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%