add connection diagrams and add todo combinators
[msc-thesis1617.git] / appendix-protocol.tex
index 4330283..08cb71b 100644 (file)
@@ -1,6 +1,6 @@
 \section{General message format}
 Messages are delimited by newlines to make processing by line based devices
-more easy. Message exchanges have a \emph{Request} and \emph{Response} header.
+easier. Message exchanges have a \emph{Request} and \emph{Response} header.
 The \emph{Request} header means that the server is sending to the client. The
 \emph{Response} header means that the client is sending to the server. In some
 cases either the \emph{Request} or \emph{Response} is empty. This means that
@@ -20,7 +20,7 @@ the message is not acknowledged or responded upon.
                        byte & value\\
                        \midrule
                        1 & \texttt{'t'}\\
-                       2,3 & interval\\
+                       2,3 & interval or interrupt\\
                        4,5 & length (\texttt{n})\\
                        6 to n+6 & bytecode\\
                        \midrule\midrule