You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In unicast and anycast modes, the Receive Timestamp and Transmit Timestamp
fields are set to the time of day when the message is sent and the
Originate Timestamp field is copied unchanged from the Transmit
Timestamp field of the request. It is important that this field be
copied intact, as a NTP client uses it to avoid replays. In multicast
mode, the Originate Timestamp and Receive Timestamp fields are set to
0 and the Transmit Timestamp field is set to the time of day when the
message is sent.
I suppose that client and server operate in unicast/ anycast mode. If this is the case I would like to change:
Running the slightly modified example
originateTimestamp === 0
is returned which renders roundtrip delayd
and system clock offsett
unusable.According to https://tools.ietf.org/html/rfc2030#section-6
I suppose that client and server operate in unicast/ anycast mode. If this is the case I would like to change:
The text was updated successfully, but these errors were encountered: