rawrtc / rawrtc-data-channel

A standalone WebRTC and ORTC data channel implementation.
BSD 2-Clause "Simplified" License
52 stars 6 forks source link

Graceful SCTP shutdown #8

Open lgrahl opened 6 years ago

lgrahl commented 6 years ago

To avoid scenarios where we receive an SCTP packet after the transport has been deref'ed, we use SCTPs non-graceful shutdown. However, we could wait until all packets have been delivered and close gracefully.