-
Notifications
You must be signed in to change notification settings - Fork 382
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
Add packet validity checks #145
base: master
Are you sure you want to change the base?
Add packet validity checks #145
Conversation
Memory usage change @ cb073ba
Click for full report table
Click for full report CSV
|
cb073ba
to
38a7dff
Compare
I added a check of the fractional part of the reference time, since per RFC4330,
This time does roll over, so it can hit zero again. The reference time isn't updated frequently - it's not always getting updated in subsequent queries like the other timestamps - so this force push covers a very rare but still conceivable corner case (vs the previous revision). |
Marked as draft because I'm getting some NTP version 3 responses, which this was rejecting. |
Memory usage change @ 38a7dff
Click for full report table
Click for full report CSV
|
Addresses #133. Improves upon #28 (not merged).