
Top : Computers : Programming : Internet :
Sockets
Categories
| Articles Chats and Forums Code Samples Components and Libraries FAQs, Help, and Tutorials Tools |
Websites
Sample programs, technical articles, links, and an extensive WinSock error reference. (Bob Quinn)
site exerpt
WinSock Development Information The information here can help you with your Windows Sockets (WinSock) application development. Any WinSock developer--novice or expert--will find something useful among the sample source code, detailed reference files, and web links. Most of this material comes out of the...FreeBSD Developers' Handbook chapter about using sockets
site exerpt
Sockets D sockets take interprocess communications to a new level. It is no longer necessary for the communicating processes to run on the same machine. They still can, but they do not have to. Not only do these processes not have...Programming Resources for WinSock 1.1 and 2 including sample programs, specifications, and links. (Lewis Napper)
site exerpt
sockaddr.com Two trends in recent computer history have made all others seem small by comparison: Microsoft Windows and the Internet. Windows has so completely dominated the graphical user interface market that the Federal Trade Commission has been alerted. The already colossal...Links to get started with WinSock programming. (Ed Snible)
site exerpt
Windows Sockets Programming This page is designed to give the programmer enough information to know where to look to get the actual information. What is Windows Sockets? Windows Sockets, or Winsock, is a .DLL which allows applications to talk over a network, usually...Developer documentation of Winsock for all Windows platforms.
site exerpt
Winsock Start Page [Winsock] I with its exported functions and the protocol stacks. It uses the sockets paradigm that was first popularized by Berkeley Software Distribution (BSD) UNIX. It was later adapted for Windows in Windows Sockets 1.1, with which Windows Sockets 2 applications...MSDN documentation about Raw Socket specification. Raw sockets can be used to create your own protocols.
site exerpt
TCP/IP Raw Sockets [Winsock] P service providers may support the SOCK_RAW socket type. There are two types of such sockets: The first type assumes a known protocol type as written in the IP header. An example of the first type of socket is ICMP....Defines some the advanced features of the sockets API that are required for applications to take advantage of additional features of IPv6.
site exerpt
RFC 2292 (rfc2292) This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited. Copyright Notice Copyright (C) The Internet Society (1998 All Rights Reserved. Abstract Specifications are in progress...