net: accept incoming I2P connections from CConnman

This commit is contained in:
Vasil Dimov
2020-11-24 11:28:52 +01:00
parent 0635233a1e
commit b905363fa8
2 changed files with 51 additions and 0 deletions

View File

@@ -1050,6 +1050,7 @@ private:
void ProcessAddrFetch();
void ThreadOpenConnections(std::vector<std::string> connect);
void ThreadMessageHandler();
void ThreadI2PAcceptIncoming();
void AcceptConnection(const ListenSocket& hListenSocket);
/**
@@ -1242,6 +1243,7 @@ private:
std::thread threadOpenAddedConnections;
std::thread threadOpenConnections;
std::thread threadMessageHandler;
std::thread threadI2PAcceptIncoming;
/** flag for deciding to connect to an extra outbound peer,
* in excess of m_max_outbound_full_relay