/*
* Internet Socket Example
* -----------------------
* Here is an example showing how to create and name a socket in the
* Internet namespace. The newly created socket exists on the machine that
* the program is running on. Rather than finding and using the machine's
* Internet address, this example specifies `INADDR_ANY' as the host
* address; the system replaces that with the machine's actual address.
*/