README.md aktualisiert
This commit is contained in:
parent
6fa55cdc61
commit
d0a095c709
1 changed files with 3 additions and 3 deletions
|
@ -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`.
|
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:
|
Additional notes:
|
||||||
- Periodically, empty UDP packets are being sent to avoid NAT timeouts
|
- 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)
|
- The number of clients is restricted (to avoid abuse).
|
||||||
- Amall delay is introduced (to avoid abuse)
|
- Amall delay is introduced (to avoid abuse).
|
||||||
|
|
Loading…
Reference in a new issue