When using SCTP, after I have called bind() (but not bindx() / SCTP_SOCKOPT_BINDX_ADD) and after I have called connect(), can I then call bind() or use SCTP_SOCKOPT_BINDX_ADD?
E.g. -after- connecting, rather than after binding and before connecting, can I add additional local IP addresses (for multi-homing).