zed_net is a single file, public domain library that provides a simple wrapper around BSD sockets (Winsock 2.2 on Windows), intended primary for use in games. Both UDP and TCP sockets are supported.
- Original author: Jay Waggle
- TCP implementation: Ian T. Jacobsen