mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-05 17:53:55 +02:00
start/stop accepting transit tunnels
This commit is contained in:
parent
ba96288438
commit
6fd5db250b
5 changed files with 33 additions and 5 deletions
|
@ -12,7 +12,7 @@ namespace i2p
|
|||
RouterContext context;
|
||||
|
||||
RouterContext::RouterContext ():
|
||||
m_LastUpdateTime (0), m_IsUnreachable (false)
|
||||
m_LastUpdateTime (0), m_IsUnreachable (false), m_AcceptsTunnels (true)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue