=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcpbench/tcpbench.c,v retrieving revision 1.69 retrieving revision 1.70 diff -c -r1.69 -r1.70 *** src/usr.bin/tcpbench/tcpbench.c 2023/05/22 12:53:04 1.69 --- src/usr.bin/tcpbench/tcpbench.c 2024/03/21 16:46:04 1.70 *************** *** 1,4 **** ! /* $OpenBSD: tcpbench.c,v 1.69 2023/05/22 12:53:04 tobhe Exp $ */ /* * Copyright (c) 2008 Damien Miller --- 1,4 ---- ! /* $OpenBSD: tcpbench.c,v 1.70 2024/03/21 16:46:04 bluhm Exp $ */ /* * Copyright (c) 2008 Damien Miller *************** *** 132,138 **** */ static struct { struct timeval t_first; /* first connect / packet */ ! unsigned long long total_bytes; /* bytes since t_first */ unsigned long long n_slices; /* slices since start */ unsigned long long slice_bytes; /* bytes since slice reset */ long double peak_mbps; /* peak mbps so far */ --- 132,138 ---- */ static struct { struct timeval t_first; /* first connect / packet */ ! unsigned long long total_bytes; /* bytes since t_first */ unsigned long long n_slices; /* slices since start */ unsigned long long slice_bytes; /* bytes since slice reset */ long double peak_mbps; /* peak mbps so far */