summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2010-03-09 09:19:12 +0100
committerTobi Oetiker <tobi@oetiker.ch>2010-03-09 09:19:12 +0100
commit98421ee8ba3adf8545f4a35e673ff8ef6881b65e (patch)
tree6b23b1214a350f064fff813a71b45b3b89cdf975 /CHANGES
parentccac2c707170b3e4ccb8c3f714abcaf9e1ceb962 (diff)
downloadsmokeping-98421ee8ba3adf8545f4a35e673ff8ef6881b65e.tar.gz
smokeping-98421ee8ba3adf8545f4a35e673ff8ef6881b65e.tar.xz
raise timeout to 5s and twist basefork.pm into allowing this by providing a higher _default timeout for the probe.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0bee7a1..64bc8d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+* bandaid fix for timeout issue in CiscoRTTMonEchoICMP probe ...
+ since the probe needs a longer timeout, the basefork parent needs to wait
+ longer too ... a local timeout configurable with higher default should fix
+ this. -- tobi
+
* make the build system compatible with HTML::Parser >= 3.64
--niko, reported as Debian bug #560562