Changeset 2b03a62 in rtems for cpukit/libnetworking

Timestamp:
11/01/13 13:59:41 (10 years ago)
Author:
Jim Panetta <panetta@…>
Branches:
4.11, 5, master
Children:
66bf2cc9
Parents:
78c84df
git-author:
Jim Panetta <panetta@…> (11/01/13 13:59:41)
git-committer:
Gedare Bloom <gedare@…> (01/09/14 14:56:03)
Message:

NTP: Sync time correctly when receiving broadcast updates

1) The value of rtems_bsdnet_ntpserver_count is equal to 0 when no

server is set, so the check for (rtems_bsdnet_ntpserver_count < 0)
in rtems_bsdnet_get_ntp() is wrong. The check should be "<= 0".

2) Binding the listening socket port to 0 does not work. Packets

appear on the interface, but the recvfrom in tryServer() never
returns. Changing this to the well known NTP socket 123 allows
the packets to be seen.

3) In tryServer(), an explicit check for NTP version 3 packets is made.

If the NTP server is version 4, this check fails even though the
packets seem to be the right shape.

(No files)

Note: See TracChangeset for help on using the changeset viewer.