diff thesis/img/ipc-protocol.pic @ 329:c4d78cd40827

new ipc state diagram pic
author meillo@marmaro.de
date Fri, 23 Jan 2009 21:55:37 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thesis/img/ipc-protocol.pic	Fri Jan 23 21:55:37 2009 +0100
@@ -0,0 +1,41 @@
+.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