Displaying 2 results from an estimated 2 matches for "default_auto_asconf".
2012 Jul 20
0
SCTP support for OpenSSH
Dear all,
I just subscribed too,
The Linux SCTP implementation has recently supported AUTO-ASCONF with a default_auto_asconf sysctl parameter and setsockopt().
Cheers,
- Michio
> Dear all,
> I just subscribed, therefore I can't answer inline the earlier messages...
> The FreeBSD SCTP implementation (and I think also the Linux implementation) support
> a feature called AUTO-ASCONF. If a node ge...
2014 Feb 10
0
[PATCH] Basic SCTP support for OpenSSH client and server
...he include file <netinet/sctp.h> is required. Linux users may need to install
lksctp <http://lksctp.sf.net/> before this file is present.
You may need to adjust system settings to enable some features of SCTP.
For Linux, see the sysctls under /proc/sys/net/sctp such as addip_enable and
default_auto_asconf, both of which should be enabled; see
<https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt>.
For BSD, see the net.inet.sctp.* sysctls.
Signed-off-by: Hugo Landau <hlandau at devever.net>
---
configure.ac | 28 ++++++++++++++++++++++++++++
misc.c | 40 ++++++++++...