
ConnectToSocketSanityCheck
==========================


Synopsis
========
Opens a socket to a given host and port.
Returns 0 if successful, 1 if there was a failure to connect to the target machine, -1 if there was an internal error.


Usage:
======
The program accepts the following command line:

		ConnectToSocketSanityCheck.exe [hostname] [port]

If no hostname is given 'localhost' is used.
If no port is given, 80 is used.
