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.
|
|
This implementation is very messy and is currently not used.
|
|
This commit is done to preserve the functional code before I make new
changes.
|
|
|
|
implementation
Previously this function was only used for shared memory region created
by shm_open because I was lazy. Now exists for all files.
|
|
|
|
|