feat: add sendACK method for handling acknowledgment in domain communication

This commit is contained in:
MayaTheShy
2025-11-09 23:30:56 -05:00
parent 737f2fa3b5
commit 5c3a69fd80

View File

@@ -107,6 +107,7 @@ private:
void sendDomainConnectRequest();
void sendEntityQuery();
void sendPing(int fd, const sockaddr_storage& addr, socklen_t addrLen);
void sendACK(uint32_t sequenceNumber);
// Avatar Mixer protocol
void sendAvatarIdentity();