You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think RFC4960 is an OS layer protocol. But this repository use net.Conn to implement it. So I think this repository is not SCTP, Is anything the matter?
The text was updated successfully, but these errors were encountered:
This SCTP implementation was designed to be transport agnostic. The primary user is pion/webrtc but there is no reason you can't translate the messages to layer 3 with a net.Conn implementation.
I haven't done it myself, but could be a great example!
I think RFC4960 is an OS layer protocol. But this repository use
net.Conn
to implement it. So I think this repository is not SCTP, Is anything the matter?The text was updated successfully, but these errors were encountered: