mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
Reserve character in address for multicast
This commit is contained in:
parent
4164fa59b9
commit
778eb68a42
@ -62,6 +62,8 @@ Strings in Minitel packets, with the exception of the data portion, have the fol
|
||||
- ASCII 127 is not allowed
|
||||
- ASCII 128 and above (ie unicode) behavior is undefined and should be used with caution.
|
||||
|
||||
The address part of the packet has a furthur limitatation, the tidle character `~`, ASCII 126, may not be used as an address of a node, but is allowed in the address part as a seperator for multicast.
|
||||
|
||||
The data part of the packet can contain any characters.
|
||||
|
||||
### Example exchange:
|
||||
|
Loading…
Reference in New Issue
Block a user