Show: Delphi
C++
Display Preferences
Types of Socket Connections
From RAD Studio
Go Up to Working with sockets Index
Go Up to C++Builder Developer's Guide
Socket connections can be divided into three basic types, which reflect how the connection was initiated and what the local socket is connected to. These are
Once the connection to a client socket is completed, the server connection is indistinguishable from a client connection. Both end points have the same capabilities and receive the same types of events. Only the listening connection is fundamentally different, as it has only a single endpoint.