The two-socket system |
Top Previous Next |
This table shows the sequence of events that occurs when a client connects to the server and wishes to use two sockets (a 'main' socket for normal communication, and an 'immediate' socket for instant, well-defined replies).
The main port is usually port 3233 (the Whisker port number as registered with the Internet Assigned Numbers Authority, IANA). The server will always inform the client of the immediate port number, which is a currently unused socket, picked by the operating system.
The C++ client library (WhiskerClientLib) and the SDK Control perform these tasks automatically when you ask for a connection to the server.
This section explains the syntax of:
|