Make I2PClientTunnel use TCPIPAcceptor

This commit is contained in:
Francisco Blas (klondike) Izquierdo Riera 2015-01-08 03:49:35 +01:00
parent df3e8ce937
commit 56014962d4
4 changed files with 17 additions and 54 deletions

View file

@ -76,6 +76,7 @@ namespace client
std::atomic<bool> m_Dead; //To avoid cleaning up multiple times
};
/* TODO: support IPv6 too */
//This is a service that listens for connections on the IP network and interacts with I2P
class TCPIPAcceptor: public I2PService
{