[liboping-changes] octo's ping library: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Jan 14 16:48:52 CET 2014
src/liboping.c | 15 +++++++--------
src/oping.c | 16 ++++++++++------
2 files changed, 17 insertions(+), 14 deletions(-)
New commits:
commit 7387822550ef3fc7ce41be58b858b2379f5b94dd
Author: Florian Forster <octo at verplant.org>
Date: Tue Jan 14 13:36:33 2014 +0100
ping_receive_all(): Return immediately when select(2) is interrupted.
Previously the function would continue and only return when all hosts
were received or a timeout occurred. This meant that hitting ^C would
only stop "oping" after half a second or so. This this, oping also exits
immediately.
More information about the liboping-changes
mailing list