CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/10/26 08:06:05
Modified files: sbin/ping : ping.8 Log message: Due to 64 bit seconds + 64 bit nano seconds resolution and the addition of a MAC we need at least 24 bytes packet size these days to show timing information. Pointed out by Tamas Horvath, thanks! OK jmc