- WinSock Development Information - http://www.sockets.com/
Sample programs, technical articles, links, and an extensive WinSock error reference. (Bob Quinn)
- FreeBSD: Sockets - http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/sockets.html
FreeBSD Developers' Handbook chapter about using sockets
- sockaddr.com - http://www.sockaddr.com/
Programming Resources for WinSock 1.1 and 2 including sample programs, specifications, and links. (Lewis Napper)
- Windows Sockets 2 - http://msdn.microsoft.com/library/en-us/winsock/winsock/windows_sockets_start_page_2.asp
Developer documentation of Winsock for all Windows platforms.
- TCP/IP Raw Sockets - http://msdn.microsoft.com/library/en-us/winsock/winsock/tcp_ip_raw_sockets_2.asp
MSDN documentation about Raw Socket specification. Raw sockets can be used to create your own protocols.
- RFC 2292: Advanced Sockets API for IPv6 - http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc2292.html
Defines some the advanced features of the sockets API that are required for applications to take advantage of additional features of IPv6.
|