libei/proto
Peter Hutterer 3bcb6fe7f7 proto: drop the varint values, replace with fixed size ones
uint32 in protobuf is encoded as VARINT (roughly similar to UTF-8 but
for numbers). Thats useful when you're sending lots of messages over the
net but in our case having a simple fixed-size protocol message format
is better.
2023-02-09 11:47:45 +10:00
..
ei.proto proto: drop the varint values, replace with fixed size ones 2023-02-09 11:47:45 +10:00
meson.build Replace the custom message parsing with protobuf 2020-07-31 13:05:11 +10:00