Open enobufs opened 5 years ago
@Sean-Der can we add this to the project 2.2.0? I can help.
It looks like this blocks https://github.com/pion/ice/pull/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. But I am not sure to which extend the gVisor netstack also implements routing and NATting..
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