mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
1a7f47f5cd
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). |
||
---|---|---|
.. | ||
apple.hpp | ||
files.hpp | ||
link_layer.hpp | ||
net.hpp | ||
path.hpp | ||
platform.hpp | ||
proto.hpp | ||
time.hpp | ||
version.cpp.in | ||
version.hpp |