commit | d531f93f646f4347b464730b80dfb34b8744a984 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Apr 19 19:00:16 2014 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Apr 19 19:00:16 2014 +0200 |
tree | a125e1044d33cec06fac84dc9970067c79c9d839 | |
parent | 6116cb23cc2074f232397b406fabab1606b28fb6 [diff] |
ntpd: truly ignore high delay packet Before this cahnge, sometimes they were used after the next packet from another peer was received, because we did updare some peer stats from high delay packet before dropping it. function old new delta recv_and_process_peer_pkt 922 966 +44 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>