5 ms·
I believe you are making use of gVisor’s userspace TCP implementation. I’m not sure if there is something similar in Rust that would be so easy to set up like t
by maxmcd 9mo ago
I believe you are making use of gVisor’s userspace TCP implementation. I’m not sure if there is something similar in Rust that would be so easy to set up like this.
- gwehrli 9mo agoThere isn't something as mature as gVisor afaik. https://github.com/smoltcp-rs/smoltcp https://github.com/smoltcp-rs/smoltcp implements many of the same abstractions as gVisor.