From eaf922d427878cac5ddfa41e09072df401dec812 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Sun, 19 Nov 2023 17:51:29 +0000 Subject: [PATCH] doc/reference.conf: document connect::flags sctp --- doc/reference.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reference.conf b/doc/reference.conf index b6eda7fd..622cf52b 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -605,6 +605,7 @@ connect "irc.uplink.com" { * autoconn - automatically connect to this server * topicburst - burst topics between servers * ssl - ssl/tls encrypted server connections + * sctp - use SCTP instead of TCP to connect to the server * no-export - marks the link as a no-export link (not exported to other links) */ flags = topicburst;