ntpd: truly ignore high delay packet
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Apr 2014 17:00:16 +0000 (19:00 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Apr 2014 17:00:16 +0000 (19:00 +0200)
commitd531f93f646f4347b464730b80dfb34b8744a984
treea125e1044d33cec06fac84dc9970067c79c9d839
parent6116cb23cc2074f232397b406fabab1606b28fb6
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>
networking/ntpd.c