You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In udpSocket: didReceiveData: fromAddress: withFilterContext: you grab the ntpClientRecvTime, then you call decodePacket: and grab it again right after?
I assume the 2nd one should be skipped, plus it'll be about 8 nanoseconds later.
In
udpSocket: didReceiveData: fromAddress: withFilterContext:you grab the ntpClientRecvTime, then you calldecodePacket:and grab it again right after?I assume the 2nd one should be skipped, plus it'll be about 8 nanoseconds later.