[BACK]Return to tcpbench.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tcpbench

Diff for /src/usr.bin/tcpbench/tcpbench.c between version 1.69 and 1.70

version 1.69, 2023/05/22 12:53:04 version 1.70, 2024/03/21 16:46:04
Line 132 
Line 132 
  */   */
 static struct {  static struct {
         struct timeval t_first;         /* first connect / packet */          struct timeval t_first;         /* first connect / packet */
         unsigned long long total_bytes; /* bytes since t_first */          unsigned long long total_bytes; /* bytes since t_first */
         unsigned long long n_slices;    /* slices since start */          unsigned long long n_slices;    /* slices since start */
         unsigned long long slice_bytes; /* bytes since slice reset */          unsigned long long slice_bytes; /* bytes since slice reset */
         long double peak_mbps;          /* peak mbps so far */          long double peak_mbps;          /* peak mbps so far */

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70