When running flood ping with count packets (-c) set an alarm after
authorflorian <florian@openbsd.org>
Wed, 18 Jul 2018 13:55:39 +0000 (13:55 +0000)
committerflorian <florian@openbsd.org>
Wed, 18 Jul 2018 13:55:39 +0000 (13:55 +0000)
commit1af95559cf04f6d05e732a600b1e8a313d7a1430
treeae582b4debe64fa17a64a63a95c859f8a46718d0
parent3c675cda73364f4ecf73f8aed6d350461ece0e1a
When running flood ping with count packets (-c) set an alarm after
sending all packets otherwise ping will wait forever to see all
answers - which might not arrive on lossy links.

Problem pointed out by, input & OK claudio
sbin/ping/ping.c