typo
This commit is contained in:
parent
a6941db854
commit
3b7831fca8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ The m32chat service listens on port 7373 for UDP messages and rebroadcasts them
|
||||||
|
|
||||||
To subscribe to the service, just send the message `hi` from your Morserino. The server will respond with ":hi" and the number of clients connected (1 means you're alone).
|
To subscribe to the service, just send the message `hi` from your Morserino. The server will respond with ":hi" and the number of clients connected (1 means you're alone).
|
||||||
|
|
||||||
If a client is inactive for a certain time, it will be removed from the subscriber list. The server then send 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:
|
||||||
- Currently **no** UDP packets are being sent to avoid NAT timeouts
|
- Currently **no** UDP packets are being sent to avoid NAT timeouts
|
||||||
|
|
Loading…
Reference in a new issue