]> jfr.im git - irc/charybdis-ircd/charybdis.git/commit
Add basic SCTP listener support that binds to multiple addresses
authorSimon Arlott <sa.me.uk>
Sat, 19 Aug 2017 14:11:49 +0000 (15:11 +0100)
committerSimon Arlott <sa.me.uk>
Thu, 24 Aug 2017 19:08:20 +0000 (20:08 +0100)
commitc6ad9b0c5f59c953b2dce701133d6a177510d8b4
tree6a17198705b6abaf5a32abb92e8efa9971dde253
parent589dbf4d0fbab929d901edb551ea74a82150f7e9
Add basic SCTP listener support that binds to multiple addresses

This only supports two addresses as the intended use is 1 IPv4 and 1 IPv6
address on a single-homed host, and the only supported configuration of
outgoing connections to other servers is to bind a single IPv4 or IPv6
address.
21 files changed:
authd/provider.c
authd/provider.h
authd/providers/ident.c
configure.ac
include/client.h
include/ircd_defs.h
include/listener.h
include/messages.h
include/s_conf.h
ircd/authproc.c
ircd/listener.c
ircd/newconf.c
ircd/packet.c
ircd/s_conf.c
ircd/s_user.c
librb/configure.ac
librb/include/rb_commio.h
librb/src/Makefile.am
librb/src/commio.c
librb/src/export-syms.txt
librb/src/win32.c