This commit is contained in:
orignal 2014-09-17 16:54:32 -04:00
parent 79727db741
commit ef417eb8d9

View File

@ -61,7 +61,7 @@ namespace data
{
boost::asio::ip::address iHost;
int iPort;
Tag<32> iKey;
uint8_t iKey[32];
uint32_t iTag;
};
@ -73,7 +73,7 @@ namespace data
uint64_t date;
uint8_t cost;
// SSU only
Tag<32> key; // intro key for SSU
uint8_t key[32]; // intro key for SSU
std::vector<Introducer> introducers;
};