make TCP server more robust
[fleet.git] / contrib / demo.fleet
index f17bbe0..bd4377e 100644 (file)
@@ -1,14 +1,13 @@
 #include "contrib/demo.ships"
 
-
-0:  sendto alu2.op;
-10: sendto alu2.a;
-2:  sendto alu2.b;
-
-alu2.a:   take, deliver;
-alu2.b:   take, deliver;
-alu2.op:  take, deliver;
-alu2.out: take, sendto debug.data;
-
-
+BOB:          sendto icache.cbd;
+icache.cbd:   [*] take, deliver;
+debug.data:   [*] take, deliver;
+
+BOB: {
+  12:           sendto debug.data;
+  13:           sendto debug.data;
+  14:           sendto debug.data;
+  BOB:          sendto icache.cbd;
+}