CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2019/07/19 18:49:54
Modified files: sbin/ping : ping.c Log message: ping(8): don't round inter-packet delay up to HZ ping(8) doesn't know the value of HZ and shouldn't round the user's packet wait up to whatever it thinks HZ is. If the period is too small the interrupt will simply fire less often than instructed. The kernel will do the right thing regardless. Given the rarity of this usage we don't really need to print a warning, either. ok millert@