=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcpbench/tcpbench.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- src/usr.bin/tcpbench/tcpbench.c 2018/09/28 18:21:26 1.58 +++ src/usr.bin/tcpbench/tcpbench.c 2018/09/28 19:01:52 1.59 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpbench.c,v 1.58 2018/09/28 18:21:26 bluhm Exp $ */ +/* $OpenBSD: tcpbench.c,v 1.59 2018/09/28 19:01:52 bluhm Exp $ */ /* * Copyright (c) 2008 Damien Miller @@ -280,6 +280,9 @@ print_tcp_header(void) { char **kv; + + if (ptb->rflag == 0) + return; printf("%12s %14s %12s %8s ", "elapsed_ms", "bytes", "mbps", "bwidth");