view 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 wrap: on
line source

.PS
# ipc-protocol

boxwid = 0.3
boxht = 0.3

linewid = 0.8


B: box "B"
arrow linewid*1.3 "connection" "attempt"

W1: box "W"
arrow linewid/2 dashed "0" ""
box ""
arrow "header" "transfer"

W2: box "W"
arrow linewid/2 dashed "0" ""
box ""
arrow "body" "transfer"

W3: box "W"
arrow linewid/2 dashed "0" ""

S: box "S"

down
arrow dashed down from W1.s "     1"
box "E"

arrow dashed down from W2.s "     1"
box "E"

arrow dashed down from W3.s "     1"
box "E"


"\fI" "B:  begin" ljust "W: wait for reply" ljust "E:  error" ljust "S:  success" ljust "\fR" at B.sw -(0,0.5)

.PE