From 2d526a3651f6e789f99b8e4c1c1583b39869972a Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Thu, 11 Jan 2024 12:07:59 -0300 Subject: New upstream version 1.0.8 --- README | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index 70973d6..6c58b30 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ License: GPLv2 You should be able to find GNU Public License from www.gnu.org. -LSM is a Link Status Monitor which can be used to monitor +Foolsm is a Link Status Monitor which can be used to monitor for example a Linux router/firewall connectivity and if you happen to have multiple connections it can change routing when an up/down event happens by utilizing external @@ -38,9 +38,9 @@ TODO DECISION MAKING =============== -As of lsm v0.27, the detection algorithm works like this: +As of foolsm v0.27, the detection algorithm works like this: -LSM keeps track of +Foolsm keeps track of 1) the result of the most recent pings (up to 100) 2) the number of consecutive lost pings. 3) the number of consecutive received pings. @@ -57,7 +57,7 @@ Else If connection (or group) is DOWN AND ( (A <= min_packet_loss) AND (C > min_successive_pkts_rcved) ) then change the connection (or group) to up. -Note: LSM assumes each connection starts UP. +Note: Foolsm assumes each connection starts UP. DEPENDENCIES @@ -71,7 +71,7 @@ INSTALLING ========== There is now Makefile target install for those of you not using rpms. I use only -rpm based distros so that may not be in sync with lsm.spec which does all what +rpm based distros so that may not be in sync with foolsm.spec which does all what I need. @@ -80,6 +80,4 @@ AUTHORS Mika Ilmaranta -See lsm.spec's changelog section for patch submitters. - -#EOF +See foolsm.spec's changelog section for patch submitters. -- cgit v1.2.3