https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=151023
--- Comment #2 from [email protected] --- A commit references this bug: Author: delphij Date: Mon Jul 28 08:22:08 UTC 2014 New revision: 269180 URL: http://svnweb.freebsd.org/changeset/base/269180 Log: When interval is set to very small value with limited amount of packets, ping6(8) would quit before the remote side gets a chance to respond. Solve this by resetting the itimer when we have reached the maximum packet number have reached, but let the other handling to continue. PR: bin/151023 Submitted by: tjmao at tjmao.net MFC after: 2 weeks Changes: head/sbin/ping6/ping6.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
