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

Method SendTo

libi2pd_client/SAM.cpp:1645–1648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1643 }
1644
1645 void SAMBridge::SendTo (const std::vector<boost::asio::const_buffer>& bufs, const boost::asio::ip::udp::endpoint& ep)
1646 {
1647 m_DatagramSocket.send_to (bufs, ep);
1648 }
1649
1650 void SAMBridge::ReceiveDatagram ()
1651 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected