diff options
author | Wietse Venema <wietsevenema@gmail.com> | 2020-07-07 16:40:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 16:40:59 +0200 |
commit | c29f5cf193cb2082a0efe526a905a4211d75808c (patch) | |
tree | b8f08166c8e7b3b12db01198710fc0025ce35337 /g3doc | |
parent | e227450dc1ec1ef07b9a6a5983ce2f2e0dec22b1 (diff) |
networking.md removing stale link to netstack repo
Removing the link to the netstack repo as the netstack code is now part of gVisor.
Diffstat (limited to 'g3doc')
-rw-r--r-- | g3doc/user_guide/networking.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g3doc/user_guide/networking.md b/g3doc/user_guide/networking.md index 4aa394c91..62def5a90 100644 --- a/g3doc/user_guide/networking.md +++ b/g3doc/user_guide/networking.md @@ -2,7 +2,7 @@ [TOC] -gVisor implements its own network stack called [netstack][netstack]. All aspects +gVisor implements its own network stack called netstack. All aspects of the network stack are handled inside the Sentry — including TCP connection state, control messages, and packet assembly — keeping it isolated from the host network stack. Data link layer packets are written directly to the virtual @@ -82,4 +82,3 @@ Offload (GSO) to run with a kernel that is newer than 3.17. Add the } ``` -[netstack]: https://github.com/google/netstack |