SCTP plugin design
Common functions required by all plugins
- plugin_init: read config. File, load sctp plugin library, prepare SCTP endpoints, install callback functions
- plugin_start: do nothing
- plugin_release: clean SCTP endpoints
Plugin specifics
- local_ctx_init: prepare socket(s) for accepting new associations
- local_ctx_free: close the socket(s) created by local_ctx_init