API Changes Affecting All About Sockets
API Changes Affecting All About Sockets
All About Sockets
Three significant enhancements were made to sockets in 1.1: Extendable Sockets,
Socket Options, and Socket Exceptions. See
1.1 Changes: Sockets
for details.
Reading from and Writing to a Socket
The EchoTest example in this section uses deprecated API. See
1.1 Changes: EchoTest Example
for the 1.1 implementation of this example.
Writing the Server Side of a Socket
The Knock Knock client/server example in this section uses deprecated API.
See
1.1 Changes: Knock Knock Example
for the 1.1 implementation of the client, server, and multi-client server
programs.