A collection of small programs that I use to learn more about Linux
- toy-echo-server: 2 versions of echo server, one using epoll and the other using io-uring
- xsk: a program which uses eBPF XDP program and XDP socket to redirect UDP packets from virtio-net network interface to userspace program
- mptcp: very simple client and server to observe Multipath TCP connection establishment.
- floating-point: try to learn more about floating point numbers