summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 22:32:53 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 22:32:53 +0000
commit4d72908cfce6b812bf339c88c3db313c841cb245 (patch)
treef27afda02df84bd2b4d1341804499fdd1a9397ec /apps/Gateway/Gateway
parentdb6362ca01d445b08298dde9383f5e536788c13d (diff)
downloadATCD-4d72908cfce6b812bf339c88c3db313c841cb245.tar.gz
Changed default remote host to "localhost."
Diffstat (limited to 'apps/Gateway/Gateway')
-rw-r--r--apps/Gateway/Gateway/connection_config18
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/Gateway/Gateway/connection_config b/apps/Gateway/Gateway/connection_config
index ce6fa6b4adf..93730edc0da 100644
--- a/apps/Gateway/Gateway/connection_config
+++ b/apps/Gateway/Gateway/connection_config
@@ -1,9 +1,9 @@
# Configuration file that the gatewayd process uses to determine
# connection information about proxies.
-#
+#
# The following provides an explanation for the fields in this file,
# and how they relate to fields in the corresponding "consumer_config"
-# file.
+# file.
#
# 1. Connection ID -- Each Connection Handler is given a unique ID
# that is used in the "consumer_config" file to specify to which
@@ -27,7 +27,7 @@
# 4. Handler Role -- i.e., Consumer ('C') or Supplier ('S')
#
# 5. Max Retry Timeout -- The maximum amount of time that we'll
-# wait between retry attempts (these start at 1 second and
+# wait between retry attempts (these start at 1 second and
# double until they reach the Max Retry Timeout).
# If this is a '*' character it is an indication to the
# Gateway to use the "default value," e.g., which can be provided
@@ -36,17 +36,17 @@
# 6. Local Port -- The port number that we want to use for
# our local Proxy connection. If this is the value 0 or the '*'
# character, then we'll let the socket implementation pick this
-# value for us.
+# value for us.
#
# 7. Priority -- Each Consumer/Supplier can be given a priority
-# that will determine its importance relative to other
+# that will determine its importance relative to other
# Consumers/Suppliers (this feature isn't implemented yet).
#
-# Connection Host Remote Handler Max Retry Local Priority
-# ID Port Role Timeout Port
+# Connection Host Remote Handler Max Retry Local Priority
+# ID Port Role Timeout Port
# ---------- -------- ------ ------ ---------- ----- --------
- 1 flamenco * S * * 1
- 2 lindy * C * * 1
+ 1 localhost * S * * 1
+ 2 localhost * C * * 1
# 3 mambo.cs * C * * 1
# 4 lambada.cs * C * * 1
# 5 lambada.cs * C * * 1