1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/constants
Jason Rhinelander 1a7f47f5cd
Fix version encoding
We are reinterpret_cast'ing the version to a string to send it as raw
bytes, but it was sending \x00\x00\x09 instead of \x00\x09\x0a because
the version constant was actually a uint16_t array.

This just makes the version constant a uint8_t array instead so that it
works (and I am not at all worried about any version component getting
larger than 255).
2023-12-11 15:03:52 -04:00
..
apple.hpp macOS system extension support 2022-08-12 21:13:38 -03:00
files.hpp Clang format include sorting + CMake 2023-10-24 12:11:51 -07:00
link_layer.hpp Clang format include sorting + CMake 2023-10-24 12:11:51 -07:00
net.hpp changeset for windows port 2022-09-08 14:24:59 -04:00
path.hpp Clang format include sorting + CMake 2023-10-24 12:11:51 -07:00
platform.hpp changeset for windows port 2022-09-08 14:24:59 -04:00
proto.hpp replace LLARP_PROTO_VERSION macro 2022-05-28 13:18:43 -04:00
time.hpp move constant to new header 2022-01-27 11:11:57 -05:00
version.cpp.in Fix version encoding 2023-12-11 15:03:52 -04:00
version.hpp Fix version encoding 2023-12-11 15:03:52 -04:00