Replies: 1 comment 1 reply
-
I'm asking, because I'm using webrtc/sctp/examples/pong.rs, and use another SCTP client trying to connect to the server, but because pong.rs is listening on UDP, the SCTP client couldn't connect to it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the dep graph here:
https://webrtc.rs/res/webrtc_stack.png
I guess webrtc-SCTP in this implementation relies on UDP to work? However it conceptually should not be this way, where SCTP could just run on top of IP.
Beta Was this translation helpful? Give feedback.
All reactions