mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* room server keep_alive ACKs now have unsynced_count appended.
This commit is contained in:
parent
b17196acb4
commit
7b1582a0b9
1 changed files with 1 additions and 0 deletions
|
|
@ -583,6 +583,7 @@ protected:
|
|||
|
||||
auto reply = createAck(ack_hash);
|
||||
if (reply) {
|
||||
reply->payload[reply->payload_len++] = getUnsyncedCount(client); // NEW: add unsynced counter to end of ACK packet
|
||||
sendDirect(reply, client->out_path, client->out_path_len);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue