Browse Source

disable reload checks for UDP tunnels (TODO)

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1696/head
R4SAS 3 years ago
parent
commit
ec86c4611d
  1. 3
      libi2pd_client/ClientContext.cpp

3
libi2pd_client/ClientContext.cpp

@ -963,6 +963,7 @@ namespace client @@ -963,6 +963,7 @@ namespace client
}
}
/* // TODO: Write correct UDP tunnels stop
for (auto it = m_ClientForwards.begin (); it != m_ClientForwards.end ();)
{
if(clean && !it->second->isUpdated) {
@ -983,7 +984,7 @@ namespace client @@ -983,7 +984,7 @@ namespace client
it->second->isUpdated = false;
it++;
}
}
} */
}
}
}

Loading…
Cancel
Save