summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocol.txt')
-rw-r--r--doc/protocol.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index f29885c..bceaa97 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -14,14 +14,13 @@ allowed to contain the character '\n'.
######## Request Protocol Version ##############################################
########## Syntax
"<TAG>": "?RPV"
-"<CONTENT>": list of comma separated unsigned integers.
+"<CONTENT>": list of comma separated unsigned integers, in a ascending order.
########## Semantic
Upon reception of one such message, one should start using the latest
Zero of One protocol version listed in <CONTENT> that one can. If none are
-supported, communication sockets should be closed (error messages may be sent
-prior to closing the socket). Otherwise, a Confirm Protocol Version message
-should be sent.
+supported, a Negative reply is sent. Otherwise, a Confirm Protocol Version
+message should be sent.
######## Request Learn #########################################################
########## Syntax