Unix Network Programming Manual
Prev Page Next Page

Datagram Example


The following programs are an example of a datagram style network programming application. They are written for client/server model, with the server providing a data translation service. Note that the client cannot receive messages except from processes to which it has sent a message, because it has not created a socket and bound an address.





Prev Page Next Page