mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-20 23:56:31 +01:00
handle explicitPeers I2CP parameter
This commit is contained in:
parent
0e8bdf8299
commit
ef6a038451
5 changed files with 80 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue