[Bug 151023] [patch] ping6(8) exits before all ICMPv6 echo replies are received

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 28 08:23:09 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=151023

--- Comment #2 from commit-hook at 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.


More information about the freebsd-bugs mailing list