mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
exclude garlic thread
This commit is contained in:
parent
002ccdf2c7
commit
296b2d7372
4 changed files with 5 additions and 90 deletions
|
@ -111,8 +111,6 @@ namespace i2p
|
|||
LogPrint("Transports started");
|
||||
i2p::tunnel::tunnels.Start();
|
||||
LogPrint("Tunnels started");
|
||||
i2p::garlic::routing.Start();
|
||||
LogPrint("Routing started");
|
||||
i2p::stream::StartStreaming();
|
||||
LogPrint("Streaming started");
|
||||
|
||||
|
@ -164,8 +162,6 @@ namespace i2p
|
|||
LogPrint("SOCKS Proxy stoped");
|
||||
i2p::stream::StopStreaming();
|
||||
LogPrint("Streaming stoped");
|
||||
i2p::garlic::routing.Stop();
|
||||
LogPrint("Routing stoped");
|
||||
i2p::tunnel::tunnels.Stop();
|
||||
LogPrint("Tunnels stoped");
|
||||
i2p::transports.Stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue