mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
udp tunnels
This commit is contained in:
parent
c16632d99a
commit
aa3723d2bd
6 changed files with 338 additions and 20 deletions
5
Tag.h
5
Tag.h
|
@ -50,6 +50,11 @@ namespace data {
|
|||
return true;
|
||||
}
|
||||
|
||||
/** fill with a value */
|
||||
void Fill(uint8_t c) {
|
||||
memset(m_Buf, c, sz);
|
||||
}
|
||||
|
||||
std::string ToBase64 () const
|
||||
{
|
||||
char str[sz*2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue