Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMinor documentation error: "except it uses WebRTC instead of TCP/uTP" #931
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
While you're probably technically correct, we're using WebRTC like a transport protocol. As far as the browser environment is concerned, that's what WebRTC is. The application protocol happens on top of WebRTC. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Form here:
Uhmm, I'm not tuo familiar with WebRTC yet, ma AFAIK it's an application protocol, not a transfer protocol. It still needs a transfer protocol below, be it either TCP, UDP, uTP or something else.