summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-02-09 20:03:33 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-02-09 20:03:33 +0100
commit7af295b2ec22f06b24079bf895ac97079f64b6d7 (patch)
tree84a554fc2c169956e3ee975152332c39f6c3615a /doc
parent9ca43c73ba29d6b42cd771f1567074418c883c3e (diff)
It's starting to "properly" reply...
The ACSL coverage is far behind though.
Diffstat (limited to 'doc')
-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