Minimal user space implementation of a TCP/IP stack
· Report Bug · Request Feature ·
The goal of this project is to implement a secure and asynchronous chat over TXT records
Note
This is a work in progress
This is a minimal user space implementation of a TCP/IP stack.
To receive Layer-2 packets, we rely on TUN/TAP devices.
- Linux kernel with module tun:
modprobe tun