Age | Commit message (Collapse) | Author |
|
Now it can send UDP messages to a specific IP address and libc has
enough to create a basic UDP ECHO server, that is kinda cool.
|
|
This allows a UDP server to be created in userland and read data.
Currently it can't send data and is very very simplistic.
Code is horrible and probably needs some fixing until it can be further built
upon.
|
|
Currently the ARP appears to be able to respond to requests.
|
|
This implementation is very messy and is currently not used.
|
|
This commit is done to preserve the functional code before I make new
changes.
|
|
|