global_scheduler 623 B

123456789101112
  1. o Major features (relay, infrastructure):
  2. - Implement a new inter-cmux comparison API, a global high/low watermark
  3. mechanism and a global scheduler loop for transmission prioritization
  4. across all channels as well as among circuits on one channel. This
  5. schedule is currently tuned to (tolerantly) avoid making changes
  6. in the current network performance, but it should form the basis
  7. major circuit performance increases. Code by Andrea; implements
  8. ticket 9262.
  9. o Testing:
  10. - New tests for many parts of channel, relay, and circuit mux
  11. functionality. Code by Andrea; part of 9262.