lib/net.c: fixed jump in linearize_rx_timestamp() when phase == transition_point.
After subtraction of transition value from linearized phase, the phase value was renormalized to 0...clock_period-1, but not the other counters. This resulted in very rare 8ns jumps.
Please register or sign in to comment