Comment on The EmularityparentComments−db48x11yHopefully it won't ever be used for a serious VPN; tunnelling TCP inside of TCP (or UDP inside of TCP) leads to well-known stability problems.−bai011yThere's always the possibility of using WebRTC data as a transport instead of WebSockets.It's like a 7-layer burrito with extra helpings of sour cream and guac - a bit mushy, but still a burrito.−db48x11yYes, I'd forgotten about that! Use a data channel with no retransmissions and it should work perfectly.
Comments
Hopefully it won't ever be used for a serious VPN; tunnelling TCP inside of TCP (or UDP inside of TCP) leads to well-known stability problems.
There's always the possibility of using WebRTC data as a transport instead of WebSockets.
It's like a 7-layer burrito with extra helpings of sour cream and guac - a bit mushy, but still a burrito.
Yes, I'd forgotten about that! Use a data channel with no retransmissions and it should work perfectly.