From 1e1a958fbb6b3dd675ec1bed3af1ff0de72e3fb3 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 25 May 2009 01:18:12 +0200 Subject: [PATCH] FORB is configured to us TCP/UDP as default communication protocol 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 | 5 +++++ src/forb | 2 +- src/frsh_forb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build/config.target b/build/config.target index 974f2ab..9e80a0e 100644 --- a/build/config.target +++ b/build/config.target @@ -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 ######################################## diff --git a/src/forb b/src/forb index 3fc5635..50590c0 160000 --- a/src/forb +++ b/src/forb @@ -1 +1 @@ -Subproject commit 3fc5635bfd8fa6a03aa2f38bb69d2465f31f0e24 +Subproject commit 50590c08d2efc7d879fb5ff8773bb502fd014d7d diff --git a/src/frsh_forb b/src/frsh_forb index a529981..351a143 160000 --- a/src/frsh_forb +++ b/src/frsh_forb @@ -1 +1 @@ -Subproject commit a529981e0567745ed5434f3b94a60c6cf5968a69 +Subproject commit 351a1433923a808c45fcd669fcfc6edd94bfc8a2 -- 2.39.2