-
-
Notifications
You must be signed in to change notification settings - Fork 44
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 handling of NTPv5 to the server #1153
Conversation
tdittr
commented
Oct 25, 2023
•
edited
Loading
edited
- Fix packet deserialization
- Fix response serialization
- Append and check draft identification
- Implement upgrade protocol
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1153 +/- ##
==========================================
+ Coverage 85.25% 85.40% +0.15%
==========================================
Files 57 57
Lines 15506 15691 +185
==========================================
+ Hits 13219 13401 +182
- Misses 2287 2290 +3
☔ View full report in Codecov by Sentry. |
This also fixed NTPv5 extension field handling along the way...
6547f05
to
3e52a15
Compare
21ec8d3
to
3750527
Compare
// TODO does this match entropy handling of the rest of the system? | ||
Self(random()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is kind of unfortunate for testing (potentially for reproducing fuzzing errors too)