-
Notifications
You must be signed in to change notification settings - Fork 23
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
Small fixes to master only mode and the handling of announce messages. #298
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## tai-support #298 +/- ##
===============================================
- Coverage 68.63% 68.54% -0.09%
===============================================
Files 49 49
Lines 5761 5771 +10
===============================================
+ Hits 3954 3956 +2
- Misses 1807 1815 +8
☔ View full report in Codecov by Sentry. |
statime/src/ptp_instance.rs
Outdated
.filter_map(|port| port.best_local_announce_message()), | ||
.filter_map(|port| port.best_local_announce_message(true)), |
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's not really clear here what "true" means. I think an enum should be passed instead here (so Foo::Global
)
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.
or perhaps better, make a best_local_announce_message_global
and best_local_announce_message_nonglobal
. saves an awkwardly named enum probably
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.
Fixed
bc98f5e
to
9ff1bdf
Compare
9fd6418
to
2e5b836
Compare
2e5b836
to
cdaeee9
Compare
1260311
to
1cf2cbe
Compare
No description provided.