07-22-2020, 04:27 PM
What if you send a ping to the server from the client and store the time it takes to respond into a variable, followed by a request for the current time on the server? Compare the time it sends back + the ping response time to the current client time and make adjustments to the client nonce value accordingly.
Might also need to take into account the processing time needed to do the ping and time comparison into this adjustment.
Might also need to take into account the processing time needed to do the ping and time comparison into this adjustment.