Skip to content
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

Open
enobufs opened this issue Jul 17, 2019 · 4 comments
Open

vnet: Support TCP #27

enobufs opened this issue Jul 17, 2019 · 4 comments

Comments

@enobufs
Copy link
Member

enobufs commented Jul 17, 2019

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

@enobufs
Copy link
Member Author

enobufs commented Aug 8, 2019

@Sean-Der can we add this to the project 2.2.0? I can help.

@dgunay
Copy link

dgunay commented Mar 15, 2022

It looks like this blocks pion/ice#394

@enobufs
Copy link
Member Author

enobufs commented Oct 30, 2022

TODO: look into https://github.com/xtaci/kcp-go

@stv0g
Copy link
Member

stv0g commented Nov 14, 2022

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.
But I am not sure to which extend the gVisor netstack also implements routing and NATting..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants