Browse Source

use Tag<32> for intro key

pull/98/head
orignal 10 years ago
parent
commit
79727db741
  1. 4
      RouterInfo.h

4
RouterInfo.h

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

Loading…
Cancel
Save