* BaseChatMesh::sendMessage(), new est_timeout (OUT) param

Tento commit je obsažen v:
Scott Powell
2025-01-30 14:03:31 +11:00
rodič f94d5f7423
revize 9af5adb861
4 změnil soubory, kde provedl 11 přidání a 7 odebrání
+1 -1
Zobrazit soubor
@@ -97,7 +97,7 @@ protected:
public:
mesh::Packet* createSelfAdvert(const char* name);
int sendMessage(const ContactInfo& recipient, uint32_t timestamp, uint8_t attempt, const char* text, uint32_t& expected_ack);
int sendMessage(const ContactInfo& recipient, uint32_t timestamp, uint8_t attempt, const char* text, uint32_t& expected_ack, uint32_t& est_timeout);
void resetPathTo(ContactInfo& recipient);
void scanRecentContacts(int last_n, ContactVisitor* visitor);
ContactInfo* searchContactsByPrefix(const char* name_prefix);