Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is SYNC_CLOCK used? #131

Open
gvissers opened this issue Jun 11, 2021 · 0 comments
Open

Is SYNC_CLOCK used? #131

gvissers opened this issue Jun 11, 2021 · 0 comments
Labels

Comments

@gvissers
Copy link
Collaborator

An incoming SYNC_CLOCK message from the server makes the client calculate the difference between the timer tick on the server, and that on the client. This information is then never used in the client. It's hard to come up with a use for it anyway, offsets depend on when the server or client starts, and clocks will drift.

Hmm, looks like a SYNC_CLOCK message calls ERR() with EXTRA_DEBUG enabled anyway. Is it deprecated? Could we remove it, or ignore it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants