MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / Send

Method Send

libi2pd_client/BOB.cpp:321–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 void BOBCommandSession::Send ()
322 {
323 boost::asio::async_write (m_Socket, m_SendBuffer,
324 boost::asio::transfer_all (),
325 std::bind(&BOBCommandSession::HandleSent, shared_from_this (),
326 std::placeholders::_1, std::placeholders::_2));
327 }
328
329 void BOBCommandSession::HandleSent (const boost::system::error_code& ecode, std::size_t bytes_transferred)
330 {

Callers 3

I2PConnectMethod · 0.45
ConnectMethod · 0.45
MakeRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected