Mercurial > docs > diploma
annotate thesis/input/ipc-protocol.tex @ 243:655e0a2f8ca6
moved official to the begin of the document
author | meillo@marmaro.de |
---|---|
date | Sun, 11 Jan 2009 20:20:10 +0100 |
parents | 172545b47e40 |
children |
rev | line source |
---|---|
180 | 1 % ipc-protocol |
2 | |
3 \begin{verbatim} | |
4 | |
208 | 5 +---+ connect +---+ 0 +---+ send +---+ 0 +---+ send +---+ 0 +---+ |
6 | B |--------->| W |---->| |------>| W |---->| |------>| W |---->| S | | |
7 +---+ attempt +---+ +---+ hdr +---+ +---+ data +---+ +---+ | |
8 | | | | |
9 | 1 | 1 | 1 | |
10 V V V | |
11 +---+ +---+ +---+ | |
12 | E | | E | | E | | |
13 +---+ +---+ +---+ | |
180 | 14 |
15 B: begin | |
16 W: wait | |
17 E: error | |
18 S: success | |
19 \end{verbatim} |