Provide support for building SCTP as a loadable module.With this change, a kernel compiled with "options SCTP_SUPPORT" andwithout "options SCTP" supports dynamic loading of the SCTP stack.Curren
Provide support for building SCTP as a loadable module.With this change, a kernel compiled with "options SCTP_SUPPORT" andwithout "options SCTP" supports dynamic loading of the SCTP stack.Currently sctp.ko cannot be unloaded since some prerequisite teardownlogic is not yet implemented. Attempts to unload the module will returnEOPNOTSUPP.Discussed with: tuexenMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D21997
show more ...