This is a simple C program that waits for a remote socket to become available. It's useful to avoid guessing when a service comes back up, etc...
Updated: Fri Jan 13 23:26:07 PST 2006
Much better error messages now when connections aren't working.
Instead of just being informed that the connection can't be
established, it'll actually at least try to say why.
Updated: Thu Dec 11 22:50:25 PST 2003
There was a bug I didn't find until porting it to ocaml regarding
connection refused on some platforms. Should work a lot better now.