charybdis-ircd / charybdis

Scalable IRCv3.2 server for large, community-oriented networks
GNU General Public License v2.0
231 stars 102 forks source link

SCTP is not documented in reference/example.confs #310

Open Mikaela opened 4 years ago

Mikaela commented 4 years ago

I have copy-pasted these notes about it on 15th of January, but it would be nice to have them properly documented/formatted in the config filse

17:57:49 <amdj> Mikaela: not documented at the moment; "allow_sctp" in auth::flags, "sctp" in connect::flags, sctp_port= in listen{} (address(es) required, unlike for TCP which assumes 0.0.0.0/:: without one)
17:58:15 <amdj> YMMV.
17:59:08 <amdj> many firewalls are not SCTP/DCCP/other-L4-proto aware, so don't be surprised if it doesn't work at all.
18:02:10 <amdj> (especially if it's behind a NAT)