-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
38 lines (23 loc) · 1.08 KB
/
ChangeLog
File metadata and controls
38 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2011-02-20 Evan Harris <eharris@puremagic.com>
* Added support for subsecond timer resolutions. This is required
for future support of alternate PTP profiles, as well as to be able
to spread out DELAY_REQ messages when used in domains with a large
number of clients.
2011-02-01 George Neville-Neil <gnn@neville-neil.com>
* Add support for DNS lookup of timeserver for unicast.
* Add support for unicasting delay requests.
* Add code to dump packets on demand via the -P flag as well as in
response to updates that violate either the -M or -O flags.
2010-10-12 George Neville-Neil <gnn@neville-neil.com>
* 2.1.0 First main line release of PTPv2 code base
(IEEE-1588-2008)
* Add code to limit how much of an offset or delay the client is
willing to tolerate.
* Add support for BINTIME on FreeBSD which gives more accurate
packet timestamps.
* Add quality file support
* Fix significant bugs that prevented correct operation in
End-to-End mode.
* Add support for syslog.
* Add support for user configurable TTL.
* Clean up code formatting, headers, comments etc.