mirror of
https://github.com/BishopFox/sliver
synced 2026-06-08 10:29:05 +00:00
306 B
306 B
server/netstack
Overview
gVisor-based userland network stack for server transports. Provides packet buffers, endpoint management, and adapters. Key routines cover TUN within the netstack subsystem.
Go Files
tun.go– Integrates the gVisor TUN stack for server-managed transport endpoints.