| 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 | { |
no test coverage detected