next up previous contents
Next: Message field implementation Up: Protocol Previous: Protocol   Contents

Message types

Our protocol is build in a way that is very easy to extend. This is before the message types are assigned in hierarchal order so you could very easily add a completely new class of messages to the protocol.

The convention of the messages is as follows:

Preliminaries:
Predefined constants.

$100+x$
means that the message is of type $x$ and that it is a message from the client to the server.

$200+x$
means that the message is of type $x$ and that it is a message from the server to the client.

Messages from the client to the server:
$100+$

Messages from the server to the client:
$200+$


next up previous contents
Next: Message field implementation Up: Protocol Previous: Protocol   Contents
Zvika Brakerski 2001-05-09