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

Method MessageConfirmed

libi2pd/Garlic.cpp:64–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool GarlicRoutingSession::MessageConfirmed (uint32_t msgID)
65 {
66 if (msgID == GetLeaseSetUpdateMsgID ())
67 {
68 SetLeaseSetUpdateStatus (eLeaseSetUpToDate);
69 SetLeaseSetUpdateMsgID (0);
70 LogPrint (eLogInfo, "Garlic: LeaseSet update confirmed");
71 return true;
72 }
73 return false;
74 }
75
76 void GarlicRoutingSession::CleanupUnconfirmedLeaseSet (uint64_t ts)
77 {

Callers 1

Calls 1

LogPrintFunction · 0.85

Tested by

no test coverage detected