mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
VS listens on VOXEL_LISTEN_PORT, not MIXER_LISTEN_PORT
This commit is contained in:
parent
671c2ef900
commit
c68304ded3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void *reportAliveToDS(void *args) {
|
|||
gettimeofday(&lastSend, NULL);
|
||||
|
||||
*output = 'V';
|
||||
packSocket(output + 1, 895283510, htons(MIXER_LISTEN_PORT));
|
||||
packSocket(output + 1, 895283510, htons(VOXEL_LISTEN_PORT));
|
||||
agentList.getAgentSocket().send(DOMAIN_IP, DOMAINSERVER_PORT, output, 7);
|
||||
|
||||
double usecToSleep = 1000000 - (usecTimestampNow() - usecTimestamp(&lastSend));
|
||||
|
|
Loading…
Reference in a new issue