summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/inspircd.conf.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index a3b92ecdc..6a5e6c320 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -58,7 +58,8 @@
# port - opens an unused port #
# type - can be 'clients' or 'servers'. The clients type is #
# a standard tcp based socket, the servers type is a #
-# UDP based connection. #
+# also a TCP based connection but of a different #
+# format. #
# default - if the port type is 'servers' then this can be #
# specified. If set to 'yes', it indicates that this #
# port is the default route for all /connect commands.#