handle explicitPeers I2CP parameter

This commit is contained in:
orignal 2015-06-10 15:32:55 -04:00
parent 0e8bdf8299
commit ef6a038451
5 changed files with 80 additions and 7 deletions

View file

@ -69,6 +69,11 @@ namespace data
i2p::data::Base32ToByteStream (s.c_str (), s.length (), m_Buf, sz);
}
void FromBase64 (const std::string& s)
{
i2p::data::Base64ToByteStream (s.c_str (), s.length (), m_Buf, sz);
}
private:
union // 8 bytes alignment