In this project I implement a network stack for MentOS to understand better how the kernel deals with networking.
It is not finished yet, so far it can send and receive UDP packets on the loopback interface
The design is insipired by the BSD network stacks