mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
dab6e90f7d
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 |