mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +02:00
send empty packet from avatar mixer for keepalive
This commit is contained in:
parent
bdde66fec8
commit
2827a1a447
1 changed files with 3 additions and 5 deletions
|
@ -110,11 +110,9 @@ int main(int argc, char* argv[])
|
||||||
agentIndex++;
|
agentIndex++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentBufferPosition - broadcastPacket > 1) {
|
agentList.getAgentSocket().send(agentAddress,
|
||||||
agentList.getAgentSocket().send(agentAddress,
|
broadcastPacket,
|
||||||
broadcastPacket,
|
currentBufferPosition - broadcastPacket);
|
||||||
currentBufferPosition - broadcastPacket);
|
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue