bug1947 415 B

1234567
  1. o Minor features:
  2. - Add new "perconnbwrate" and "perconnbwburst" consensus params to
  3. do individual connection-level rate limiting of clients. The torrc
  4. config options with the same names trump the consensus params, if
  5. both are present. Replaces the old "bwconnrate" and "bwconnburst"
  6. consensus params which were broken from 0.2.2.7-alpha through
  7. 0.2.2.14-alpha. Closes bug 1947.