http server tunnel added

This commit is contained in:
orignal 2015-05-20 16:00:09 -04:00
parent 4f2f67d5b1
commit 019af7bd3a
4 changed files with 16 additions and 2 deletions

View file

@ -309,5 +309,10 @@ namespace client
conn->Connect ();
}
}
I2PServerTunnelHTTP::I2PServerTunnelHTTP (const std::string& host, int port, std::shared_ptr<ClientDestination> localDestination, int inport):
I2PServerTunnel (host, port, localDestination, inport)
{
}
}
}