|
|
|
|
|
by simmons
2817 days ago
|
|
Yipes! That's good to know about, thanks. At the same time, I've also been surprised at how lenient the browsers are at accepting associations from my incomplete implementation (e.g. without the required SCTP extensions, etc.). |
|
One implementation (libusrsctp-based) you might want to interop with is rawrtc. Like aiortc's datachannel-cli example, it features copy-and-paste signaling which makes testing easy.
https://github.com/rawrtc/rawrtc
Lennart, rawrtc's author is very knowledgeable in all things DataChannels and active in the standardization process.