mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
firewall detection
This commit is contained in:
parent
51aea367c3
commit
30715c2512
5 changed files with 28 additions and 2 deletions
|
@ -384,6 +384,7 @@ namespace transport
|
|||
|
||||
void Transports::DetectExternalIP ()
|
||||
{
|
||||
i2p::context.SetStatus (eRouterStatusTesting);
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
auto router = i2p::data::netdb.GetRandomRouter ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue