Migrate to I2Pservice

This commit is contained in:
Francisco Blas (klondike) Izquierdo Riera 2015-01-07 20:44:24 +01:00
parent dd42819a2f
commit 90005c8237
6 changed files with 18 additions and 19 deletions

View file

@ -454,8 +454,7 @@ namespace proxy
if (HandleData(m_sock_buff, len)) {
if (m_state == DONE) {
LogPrint(eLogInfo,"--- SOCKS requested ", m_address.dns.ToString(), ":" , m_port);
GetOwner()->GetLocalDestination ()->CreateStream (
std::bind (&SOCKSHandler::HandleStreamRequestComplete,
GetOwner()->CreateStream ( std::bind (&SOCKSHandler::HandleStreamRequestComplete,
this, std::placeholders::_1), m_address.dns.ToString(), m_port);
} else {
AsyncSockRead();