mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 12:49:49 +02:00
fixed spacing
This commit is contained in:
parent
98e511a71c
commit
90a2fd31ef
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ void NodeList::timePingReply(const HifiSockAddr& nodeAddress, unsigned char *pac
|
|||
uint64_t othersReplyTime = *(uint64_t*)(dataAt);
|
||||
uint64_t now = usecTimestampNow();
|
||||
int pingTime = now - ourOriginalTime;
|
||||
int oneWayFlightTime = pingTime/2; // half of the ping is our one way flight
|
||||
int oneWayFlightTime = pingTime / 2; // half of the ping is our one way flight
|
||||
|
||||
// The other node's expected time should be our original time plus the one way flight time
|
||||
// anything other than that is clock skew
|
||||
|
|
Loading…
Reference in a new issue