docs/diploma
view thesis/input/ipc-protocol.tex @ 269:ddfb228a62a4
rework in ch01
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jan 2009 12:08:32 +0100 |
parents | d75bd7a72d8b |
children |
line source
1 % ipc-protocol
3 \begin{verbatim}
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 +---+ +---+ +---+
15 B: begin
16 W: wait
17 E: error
18 S: success
19 \end{verbatim}