Expand description
Userspace TCP/IP network stack using smoltcp.
This module provides a TCP/IP stack that runs entirely in userspace, routing packets through our WireGuard tunnel.
Structsยง
- NetStack
- A userspace TCP/IP network stack.
- TcpConnection
- A TCP connection through our network stack.