MCPcopy Create free account
hub / github.com/amule-project/amule / SendPacket

Method SendPacket

src/BaseClient.cpp:2366–2375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2364}
2365
2366bool CUpDownClient::SendPacket(CPacket* packet, bool delpacket, bool controlpacket)
2367{
2368 if ( m_socket ) {
2369 m_socket->SendPacket(packet, delpacket, controlpacket );
2370 return true;
2371 } else {
2372 AddLogLineN("CAUGHT DEAD SOCKET IN SENDPACKET()");
2373 return false;
2374 }
2375}
2376
2377float CUpDownClient::TickDownloadAndMeasure()
2378{

Callers 2

TryToConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected