Re: [Linuxptp-devel] [PATCHv2 1/6] Convert and correct time stamps early.
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
|
From: Richard C. <ric...@gm...> - 2015-03-25 15:43:21
|
On Wed, Mar 25, 2015 at 12:44:44PM +0100, Miroslav Lichvar wrote: > I thought separate variables for corrected timestamps would be less > confusing for someone reading the PTP spec where the corrections are > applied later in the delay calculation. On second thought, there is one such usage (in port_peer_delay) where the having the extra name does make the code more clear. So you can just keep the tXc variables, for consistency. [ For the first two functions, when reading the code, I was expecting something complex to happen with tXc. ] Thanks, Richard |