From d0a095c709957dbadecb854f764b4a9b48eccd97 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 4 Oct 2023 11:25:09 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcf5d78..3b7b22c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ To subscribe to the service, just send the message `hi` from your Morserino. The If a client is inactive for a certain time, it will be removed from the subscriber list. The server then sends the message `:bye` to this client. You can also force the removal by sending the message `:bye`. Additional notes: -- Periodically, empty UDP packets are being sent to avoid NAT timeouts -- The number of clients is restricted (to avoid abuse) -- Amall delay is introduced (to avoid abuse) +- Periodically, empty UDP packets are being sent to avoid NAT timeouts (which prevents your Morserino from auto-shutdown!). +- The number of clients is restricted (to avoid abuse). +- Amall delay is introduced (to avoid abuse).