if you fping uphost downhost | cat Where uphost is a fine host and downhost is a downed host, the output will hang until the downhost output returns.
Adding an fflush(stdout) after every printf( "\n" ); in fping.c makes this work as expected.
Log in to post a comment.