Hacker News new | ask | show | jobs
by cjbprime 2936 days ago
A few, e.g. https://github.com/EricssonResearch/openwebrtc

Surprisingly large amount of dependencies in a conforming implementation. (e.g. SCTP for datachannels!)

1 comments

Also it seems to have been decided that you have to use SCTP-in-UDP (RFC 6951) in order to get though firewalls, which is only implemented in FreeBSD so far, so an implementation will include a userspace SCTP library even if the operating system has it in the kernel as well.