bug1937 606 B

12345678910
  1. o Major bugfixes
  2. - When receiving a circuit-level SENDME for a blocked circuit, try
  3. to package cells fairly from all the streams that had previously
  4. been blocked on that circuit. Previously, we had started with
  5. the oldest stream, and allowed each stream to potentially
  6. exhaust the circuit's package window. This gave older streams
  7. on any given circuit priority over newer ones. Fixes bug 1937.
  8. Detected by Camilo Viecco. This bug was introduced before the
  9. first Tor release, in svn commit r152: it is the new winner of
  10. the longest-lived bug prize.