pass BOB options to destination

pull/113/head
orignal 10 years ago
parent 797c8750d8
commit fbff749838

@ -192,6 +192,7 @@ namespace client
std::placeholders::_1, std::placeholders::_2));
}
void BOBCommandSession::HandleReceived (const boost::system::error_code& ecode, std::size_t bytes_transferred)
{
if (ecode)

@ -162,6 +162,7 @@ namespace client
int m_Port;
i2p::data::PrivateKeys m_Keys;
std::map<std::string, std::string> m_Options;
};
typedef void (BOBCommandSession::*BOBCommandHandler)(const char * operand, size_t len);

Loading…
Cancel
Save