You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
10 months ago
..
apple.hpp macOS system extension support 2 years ago
files.hpp Clang format include sorting + CMake 11 months ago
link_layer.hpp Clang format include sorting + CMake 11 months ago
net.hpp changeset for windows port 2 years ago
path.hpp Clang format include sorting + CMake 11 months ago
platform.hpp changeset for windows port 2 years ago
proto.hpp replace LLARP_PROTO_VERSION macro 2 years ago
time.hpp move constant to new header 3 years ago
version.cpp.in Fix version encoding 10 months ago
version.hpp Fix version encoding 10 months ago