Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
monocasa
on Feb 22, 2023
|
parent
|
context
|
favorite
| on:
It's TCP vs. RPC All over Again
> Stream Control Transmission Protocol. Telcos still use this. It's how Signalling System 7 is sent over IP.
WebRTC is also a relatively thin wrapper over SCTP.
fulafel
on Feb 22, 2023
[–]
Yep, WebRTC data channels use SCTP (tunneled in UDP and DTLS), audio/video stuff is just SRTP (in DTLS) I think.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
WebRTC is also a relatively thin wrapper over SCTP.