docs/diploma
view thesis/input/ipc-protocol.tex @ 190:b1d067a532de
added new books (spinellis and raymond
author | meillo@marmaro.de |
---|---|
date | Tue, 30 Dec 2008 13:22:56 +0100 |
parents | |
children | 172545b47e40 |
line source
1 % ipc-protocol
3 \begin{verbatim}
5 +---+ connect +---+ 0 +---+ send +---+ 0 +---+
6 | B |--------->| W |---->| |------>| W |---->| S |
7 +---+ attempt +---+ +---+ data +---+ +---+
8 | |
9 | 1 | 1
10 V V
11 +---+ +---+
12 | E | | E |
13 +---+ +---+
15 B: begin
16 W: wait
17 E: error
18 S: success
19 \end{verbatim}