Network programming books and links

By Wolfgang Keller
Originally published 2018-07-10
Last modified 2024-12-08

Table of contents

Books and longer tutorials

Socket programming

TCP/IP

TCP/IP stacks

Let's code a TCP/IP stack

Source of the dates of publication: saminiir's hacker blog [visited 2019-12-15T19:15:20Z].

Minimal-TCP-IP-Stack

microtcp

uIP

lwIP

TCP/IP tutorials

Fragmentation

IOCP

When using Windows, it is best to use an I/O Completion Port (IOCP) for well-scaling network code.

Packet decoding and captures

See also