From 06bfbef342b180d99b9e46d3789a36d13321ce9a Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Tue, 1 Mar 2022 16:56:26 -0500 Subject: [PATCH] Update 'How it works' --- How-it-works.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/How-it-works.md b/How-it-works.md index a62f41b..a77f317 100644 --- a/How-it-works.md +++ b/How-it-works.md @@ -13,4 +13,5 @@ The program does the following 7. The program writes to the file and exits ## Status information -The program attempts to ping each device 5 times, if more then 50% of the pings make it through, it reports the device as up \ No newline at end of file +The program attempts to ping each device 5 times, if more then 50% of the pings make it through, it reports the device as up. +The pinging thread waits 5000ms or 5s before it considers a no-response. \ No newline at end of file