From e48c3a329a184b7bbf7abfd32493e54d6d1a59fd Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Fri, 6 Jun 2025 11:22:07 +1000 Subject: [PATCH] cap `S` value --- FURPS/application/sds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FURPS/application/sds.md b/FURPS/application/sds.md index e385fd4..a2ad43d 100644 --- a/FURPS/application/sds.md +++ b/FURPS/application/sds.md @@ -20,7 +20,7 @@ ## Performance -Assuming messages in a group are sent at least every `S` seconds. +Assuming messages in a group are sent at least every `S` seconds, with `S` being no longer than `5 sec`. 1. When sending a message in a group, the publisher can ensure the message was received by at least one recipient within `S` seconds **(Vac-DST)**. 2. When receiving messages in a group, the receiver can detect 90% of missed messages within `3*S` seconds.