Date: Mon, 28 Jul 2014 08:23:10 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 151023] [patch] ping6(8) exits before all ICMPv6 echo replies are received Message-ID: <bug-151023-8-PPkBUdbdjg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-151023-8@https.bugs.freebsd.org/bugzilla/> References: <bug-151023-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=151023 --- Comment #2 from commit-hook@freebsd.org --- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-151023-8-PPkBUdbdjg>