From bd29d78a29dcb6b3b8de33b33dc4ec3e089ff1ba Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 16 Feb 2021 18:24:37 -0800 Subject: [PATCH] Update StoreForwardPlugin.md --- docs/software/plugins/StoreForwardPlugin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/software/plugins/StoreForwardPlugin.md b/docs/software/plugins/StoreForwardPlugin.md index cb104314a..129005baf 100644 --- a/docs/software/plugins/StoreForwardPlugin.md +++ b/docs/software/plugins/StoreForwardPlugin.md @@ -27,6 +27,8 @@ UC 3) router sends a periodic “heartbeat” to let the clients know they’re UC 4) support for a mesh to have multiple routers that have the store & forward functionality (for redundancy) +UC 5) Support for "long term" delayed messages and "short term" delayed messages. Handle the cases slightly different to improve user expierence. A short term delayed message would be a message that was resent becaue a node was not heard from for <5 minutes. A long term delayed message is a message that has not been delivered in >5 minutes. + # Things to consider Not all these cases will be initially implemented. It's just a running stream of thoughts to be considered.