Crate ntp_proto

source ·
Expand description

This crate contains packet parsing and algorithm code for ntpd-rs and is not intended as a public interface at this time. It follows the same version as the main ntpd-rs crate, but that version is not intended to give any stability guarantee. Use at your own risk.

Please visit the ntpd-rs project for more information.

Structs

Enums

Traits

  • Interface for a clock settable by the ntp implementation. This needs to be a trait as a single system can have multiple clocks which need different implementation for steering and/or now.

Type Definitions