Y
Hacker News
new
|
ask
|
show
|
jobs
by
drysart
110 days ago
The browser
does
have a UDP data stream available for applications to send arbitrary bytes over UDP; it's part of WebRTC.
1 comments
mlhpdx
109 days ago
While Web RTC is built on UDP, it does not allow sending arbitrary UDP. It's DTLS, perhaps encapsulating SCTP, and DCEP.
link