mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
introducer support
This commit is contained in:
parent
b873f7c7f1
commit
3b0c03104c
2 changed files with 3 additions and 2 deletions
|
@ -359,7 +359,8 @@ namespace data
|
|||
memcpy (addr.key, key, 32);
|
||||
m_Addresses.push_back(addr);
|
||||
m_SupportedTransports |= eSSUV4;
|
||||
m_Caps |= eSSUTesting; // TODO
|
||||
m_Caps |= eSSUTesting;
|
||||
m_Caps |= eSSUIntroducer;
|
||||
}
|
||||
|
||||
void RouterInfo::SetProperty (const char * key, const char * value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue