I've noticed that [Close() is a TODO](https://github.com/chadnickbok/librtcdcpp/blob/master/src/DataChannel.cpp#L62) at the moment. To [implement this](https://tools.ietf.org/html/draft-ietf-rtcweb-data-channel-13#section-6.7), is it sufficient to use `usrsctp_deregister_address()` as it's done [here](https://github.com/xhs/librtcdc/blob/master/src/sctp.c#L178)?