view thesis/input/ipc-protocol.tex @ 186:84d27c22517c

(sadly) switched to onesided layout
author meillo@marmaro.de
date Mon, 29 Dec 2008 14:32:36 +0100
parents d75bd7a72d8b
children 172545b47e40
line wrap: on
line source

% ipc-protocol

\begin{verbatim}

 +---+ connect  +---+  0  +---+ send  +---+  0  +---+
 | B |--------->| W |---->|   |------>| W |---->| S |
 +---+ attempt  +---+     +---+ data  +---+     +---+
                  |                     |
                  | 1                   | 1
                  V                     V
                +---+                 +---+
                | E |                 | E |
                +---+                 +---+

B: begin
W: wait
E: error
S: success
\end{verbatim}