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

Method ProcessDeliveryStatusMessage

libi2pd/Garlic.cpp:940–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938 }
939
940 void GarlicDestination::ProcessDeliveryStatusMessage (std::shared_ptr<I2NPMessage> msg)
941 {
942 uint32_t msgID = bufbe32toh (msg->GetPayload () + DELIVERY_STATUS_MSGID_OFFSET);
943 HandleDeliveryStatusMessage (msgID);
944 }
945
946 void GarlicDestination::SaveTags ()
947 {

Callers 2

ProcessDeliveryStatusMethod · 0.45
HandleI2NPMessageFunction · 0.45

Calls 2

bufbe32tohFunction · 0.85
GetPayloadMethod · 0.45

Tested by

no test coverage detected