[Bug 580933] Re: arping should return when there is nothing left to do
Bug Watch Updater
580933 at bugs.launchpad.net
Sun Feb 7 14:31:49 UTC 2021
** Changed in: iputils
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/580933
Title:
arping should return when there is nothing left to do
Status in Iputils:
Fix Released
Status in iputils package in Ubuntu:
Fix Released
Bug description:
When using arping with a count and every probe has been answered
promptly, arping waits until the next probe would be sent before
printing the stats and returning. That is an unnecessary delay.
In the function recv_pack in arping.c, we have
290 if (quit_on_reply)
291 finish();
where it could be
290 if(quit_on_reply || count == 1 && received == sent)
291 finish();
ProblemType: Bug
Architecture: i386
Dependencies:
libgcc1 1:4.3.3-5ubuntu4
gcc-4.3-base 4.3.3-5ubuntu4
findutils 4.4.0-2ubuntu4
libc6 2.9-4ubuntu6.1
DistroRelease: Ubuntu 9.04
Package: iputils-arping 3:20071127-1
ProcEnviron:
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: iputils
Uname: Linux 2.6.30-020630rc5-generic i686
To manage notifications about this bug go to:
https://bugs.launchpad.net/iputils/+bug/580933/+subscriptions
More information about the foundations-bugs
mailing list