The Socket Library provides Berkeley-style socket functions so applications can communicate using TCP, UDP, and Multicast sockets.
The Socket sample application contacts a listener program (a java program...included) with two processes, both of which are writing data. Eventually, the host program will report a problem (data incoming does not match expected). This demonstrates the difference between the sock and sock_synch libraries.
Download