CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2017/01/13 11:00:10
Modified files: usr.sbin/traceroute: traceroute.c traceroute.h worker.c Log message: traceroute never sees a timeout when poll(2) returns when it receives a packet not intended for us. E.g. a ping(8) is running in parallel. In this case we need to account for the time we already waited. Pointed out by Gabriel Nieto <gabnietof AT gmail>, thanks! Looks good to and input millert@