]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/links.conf.example
Small example config changes; patch by jdhore
[user/henk/code/inspircd.git] / conf / links.conf.example
index 96c7c77735bb1409fdefd78be6c64d876ab9a97b..fa7d017e46e41430079378f42bfc863b6495f08b 100644 (file)
@@ -28,7 +28,8 @@
       # Can also be a hostname, but hostname must resolve.
       ipaddr="penguin.box.com"
 
-      # port: the port to connect to this server on
+      # port: The port to connect to the server on.
+      # It must be bound as a server port on the other server.
       port="7000"
 
       # allowmask: Range of IP addresses to allow for this link.
@@ -46,7 +47,7 @@
       # timeout: If defined, this option defines how long the server
       # will wait to consider the connect attempt failed and try the
       # failover (see above).
-      timeout="15"
+      timeout="300"
 
       # transport: If defined, this states extra modules that can be
       # used in the connection. Options are: "openssl" and "gnutls"
@@ -81,7 +82,7 @@
       allowmask="69.58.44.0/24"
       autoconnect="300"
       failover="hub.other.net"
-      timeout="15"
+      timeout="300"
       transport="gnutls"
       bind="1.2.3.4"
       statshidden="no"