=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- src/usr.bin/ssh/misc.h 2018/11/16 03:26:01 1.76 +++ src/usr.bin/ssh/misc.h 2018/12/07 04:36:09 1.77 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.76 2018/11/16 03:26:01 djm Exp $ */ +/* $OpenBSD: misc.h,v 1.77 2018/12/07 04:36:09 dtucker Exp $ */ /* * Author: Tatu Ylonen @@ -133,7 +133,9 @@ struct bwlimit { size_t buflen; - u_int64_t rate, thresh, lamt; + u_int64_t rate; /* desired rate in kbit/s */ + u_int64_t thresh; /* threshold after which we'll check timers */ + u_int64_t lamt; /* amount written in last timer interval */ struct timeval bwstart, bwend; };