mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
have voxel server report hard-coded EC2 external address
This commit is contained in:
parent
95eb241fdd
commit
671c2ef900
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, localAddress, htons(VOXEL_LISTEN_PORT));
|
||||
packSocket(output + 1, 895283510, htons(MIXER_LISTEN_PORT));
|
||||
agentList.getAgentSocket().send(DOMAIN_IP, DOMAINSERVER_PORT, output, 7);
|
||||
|
||||
double usecToSleep = 1000000 - (usecTimestampNow() - usecTimestamp(&lastSend));
|
||||
|
|
Loading…
Reference in a new issue