Add a constant for the I2PControl token size.

This commit is contained in:
EinMByte 2015-08-02 16:38:46 +02:00
parent 69d93146f2
commit 833a606b13
2 changed files with 4 additions and 5 deletions

View file

@ -13,6 +13,7 @@ namespace client {
const char I2P_CONTROL_DEFAULT_PASSWORD[] = "itoopie";
const uint64_t I2P_CONTROL_TOKEN_LIFETIME = 600; // Token lifetime in seconds
const std::size_t I2P_CONTROL_TOKEN_SIZE = 8; // Token size in bytes
const char I2P_CONTROL_PROPERTY_ID[] = "id";
const char I2P_CONTROL_PROPERTY_METHOD[] = "method";