top | item 47184417

(no title)

drysart | 3 days ago

The browser does have a UDP data stream available for applications to send arbitrary bytes over UDP; it's part of WebRTC.

discuss

order

mlhpdx|3 days ago

While Web RTC is built on UDP, it does not allow sending arbitrary UDP. It's DTLS, perhaps encapsulating SCTP, and DCEP.