docs/diploma

diff thesis/attic/ascii-pics/ipc-protocol.txt @ 329:c4d78cd40827

new ipc state diagram pic
author meillo@marmaro.de
date Fri, 23 Jan 2009 21:55:37 +0100
parents thesis/input/ipc-protocol.txt@92578f124df6
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/attic/ascii-pics/ipc-protocol.txt	Fri Jan 23 21:55:37 2009 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +
     1.5 + +---+ connect  +---+  0  +---+ send  +---+  0  +---+ send  +---+  0  +---+
     1.6 + | B |--------->| W |---->|   |------>| W |---->|   |------>| W |---->| S |
     1.7 + +---+ attempt  +---+     +---+ hdr   +---+     +---+ data  +---+     +---+
     1.8 +                  |                     |                     |
     1.9 +                  | 1                   | 1                   | 1
    1.10 +                  V                     V                     V
    1.11 +                +---+                 +---+                 +---+
    1.12 +                | E |                 | E |                 | E |
    1.13 +                +---+                 +---+                 +---+
    1.14 +
    1.15 +B: begin
    1.16 +W: wait
    1.17 +E: error
    1.18 +S: success