summaryrefslogtreecommitdiff
path: root/userland/libc/include/socket.h
AgeCommit message (Collapse)Author
2024-04-29Kernel/IRC: Add setsockopt and move IRC client to use new socket interfaceAnton Kling
2023-11-01Kernel: Add a simple TCP implementationAnton Kling
2023-10-30Kernel: Expose source information of incoming UDP packetsAnton Kling
2023-10-30Kernel/Networking/LibC: Add syscalls and libc functions for UDPAnton Kling
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.
2023-10-22Move everything into a new repo.Anton Kling