|
|
|
@ -35,8 +35,8 @@
@@ -35,8 +35,8 @@
|
|
|
|
|
|
|
|
|
|
namespace i2p |
|
|
|
|
{ |
|
|
|
|
namespace util |
|
|
|
|
{ |
|
|
|
|
namespace util |
|
|
|
|
{ |
|
|
|
|
class Daemon_Singleton::Daemon_Singleton_Private |
|
|
|
|
{ |
|
|
|
|
public: |
|
|
|
@ -200,6 +200,7 @@ namespace i2p
@@ -200,6 +200,7 @@ namespace i2p
|
|
|
|
|
if (ygg) |
|
|
|
|
i2p::context.UpdateNTCP2V6Address (yggaddr); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
i2p::context.PublishNTCP2Address (port, false); // unpublish
|
|
|
|
|
} |
|
|
|
@ -213,7 +214,9 @@ namespace i2p
@@ -213,7 +214,9 @@ namespace i2p
|
|
|
|
|
if (isFloodfill) { |
|
|
|
|
LogPrint(eLogInfo, "Daemon: router will be floodfill"); |
|
|
|
|
i2p::context.SetFloodfill (true); |
|
|
|
|
} else { |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
i2p::context.SetFloodfill (false); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|