BIG_BUF
if (count > BIG_BUF-1) {
fprintf(stderr, "Test count cannot exceed %d.\n", BIG_BUF-1);
char *host, *port, *target, *echo_arg, **echo_resp, buf[BIG_BUF];