summaryrefslogtreecommitdiff
path: root/userland/libc/sys/socket
AgeCommit message (Collapse)Author
2023-10-30Kernel/LibC/Networking: Be able to send UDP messagesAnton Kling
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.