docs/diploma

diff thesis/fig/ipc-protocol.pic @ 397:13e630c5a44d

rename img -> fig
author meillo@marmaro.de
date Sat, 07 Feb 2009 22:39:07 +0100
parents thesis/img/ipc-protocol.pic@c4d78cd40827
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/fig/ipc-protocol.pic	Sat Feb 07 22:39:07 2009 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +.PS
     1.5 +# ipc-protocol
     1.6 +
     1.7 +boxwid = 0.3
     1.8 +boxht = 0.3
     1.9 +
    1.10 +linewid = 0.8
    1.11 +
    1.12 +
    1.13 +B: box "B"
    1.14 +arrow linewid*1.3 "connection" "attempt"
    1.15 +
    1.16 +W1: box "W"
    1.17 +arrow linewid/2 dashed "0" ""
    1.18 +box ""
    1.19 +arrow "header" "transfer"
    1.20 +
    1.21 +W2: box "W"
    1.22 +arrow linewid/2 dashed "0" ""
    1.23 +box ""
    1.24 +arrow "body" "transfer"
    1.25 +
    1.26 +W3: box "W"
    1.27 +arrow linewid/2 dashed "0" ""
    1.28 +
    1.29 +S: box "S"
    1.30 +
    1.31 +down
    1.32 +arrow dashed down from W1.s "     1"
    1.33 +box "E"
    1.34 +
    1.35 +arrow dashed down from W2.s "     1"
    1.36 +box "E"
    1.37 +
    1.38 +arrow dashed down from W3.s "     1"
    1.39 +box "E"
    1.40 +
    1.41 +
    1.42 +"\fI" "B:  begin" ljust "W: wait for reply" ljust "E:  error" ljust "S:  success" ljust "\fR" at B.sw -(0,0.5)
    1.43 +
    1.44 +.PE