view thesis/input/ipc-protocol.tex @ 242:aff94e950f39

minor stuff in ch04
author meillo@marmaro.de
date Sun, 11 Jan 2009 15:38:39 +0100 (2009-01-11)
parents 172545b47e40
children
line wrap: on
line source
% ipc-protocol

\begin{verbatim}

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

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