Gvisor - User space HTTP(s) Routing to Internet
In this post, we will see how to communicate from gvisor user space network stack to Internet. We will be making a HTTP request to google.com from user space network stack. This post is building on top of my previous Gvisor related posts Gvisor - User space TCP Server and Client Gvisor - User space HTTP Server and Client Routing Using Linux Network Stack Lets briefly take a look at how a typical TCP request makes its way from the application to the target address....