]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
FORB is configured to us TCP/UDP as default communication protocol
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 24 May 2009 23:18:12 +0000 (01:18 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 24 May 2009 23:18:12 +0000 (01:18 +0200)
This is a temporary solution for the demo to show how it works in a
distributed environment.

TODO: Registered references must be distributed to remote nodes. This
will be accomplised by sending them with HELLO packets.

build/config.target
src/forb
src/frsh_forb

index 974f2ab5329ad283ded47df33523ff4a9de7e1bf..9e80a0ea37b879af26feb1679e795b0ac6b8bf24 100644 (file)
@@ -14,6 +14,11 @@ LN_HEADERS=y
 # We do not want to overwrite original FRESCOR Makefiles
 USE_LEAF_MAKEFILES=n
 
+# For demo, we use FORB's inet protocol, to show how FRESCOR works in a
+# distributed environment
+CONFIG_FORB_PROTO_UNIX=n
+CONFIG_FORB_PROTO_INET_DEFAULT=y
+
 ########################################
 # Setting of compiler
 ########################################
index 3fc5635bfd8fa6a03aa2f38bb69d2465f31f0e24..50590c08d2efc7d879fb5ff8773bb502fd014d7d 160000 (submodule)
--- a/src/forb
+++ b/src/forb
@@ -1 +1 @@
-Subproject commit 3fc5635bfd8fa6a03aa2f38bb69d2465f31f0e24
+Subproject commit 50590c08d2efc7d879fb5ff8773bb502fd014d7d
index a529981e0567745ed5434f3b94a60c6cf5968a69..351a1433923a808c45fcd669fcfc6edd94bfc8a2 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a529981e0567745ed5434f3b94a60c6cf5968a69
+Subproject commit 351a1433923a808c45fcd669fcfc6edd94bfc8a2