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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.397 and 1.398

version 1.397, 2023/09/10 03:25:53 version 1.398, 2023/09/10 03:51:55
Line 546 
Line 546 
          * 1. Each interval has some random jitter applied to make the           * 1. Each interval has some random jitter applied to make the
          *    interval-to-interval time unpredictable.           *    interval-to-interval time unpredictable.
          * 2. The overall interval rate is also randomly perturbed for each           * 2. The overall interval rate is also randomly perturbed for each
          *    each chaffing session to make the average rate unpredictable.           *    chaffing session to make the average rate unpredictable.
          */           */
         if (starting)          if (starting)
                 rate_fuzz = arc4random_uniform(fuzz_ns);                  rate_fuzz = arc4random_uniform(fuzz_ns);

Legend:
Removed from v.1.397  
changed lines
  Added in v.1.398