-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vnet: Support TCP #27
Comments
@Sean-Der can we add this to the project 2.2.0? I can help. |
It looks like this blocks pion/ice#394 |
TODO: look into https://github.com/xtaci/kcp-go |
TODO: look into https://github.com/google/gvisor/tree/master/pkg/tcpip I think we could use the gVisor userspace networking stack to also replace the UDP transport, not only TCP. |
Current pion only supports UDP, but we will likely soon to support TCP as well. To help our development, we'd like to see vnet also support TCP.
See also: pion/webrtc#712
The text was updated successfully, but these errors were encountered: