RFC Errata
RFC 5905, "Network Time Protocol Version 4: Protocol and Algorithms Specification", June 2010
Note: This RFC has been updated by RFC 7822, RFC 8573, RFC 9109
Source of RFC: ntp (int)
Errata ID: 2514
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Jerzy Miernik
Date Reported: 2010-09-08
Held for Document Update by: Brian Haberman
Section A.5.1 says:
if (0) { ...
It should say:
if (unicast ...) { ...
Notes:
expression under if is needed, even using pseudo-code