[BACK]Return to misc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/misc.h between version 1.76 and 1.77

version 1.76, 2018/11/16 03:26:01 version 1.77, 2018/12/07 04:36:09
Line 133 
Line 133 
   
 struct bwlimit {  struct bwlimit {
         size_t buflen;          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;          struct timeval bwstart, bwend;
 };  };
   

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77