Andrea Shepard
|
12b6c7df4a
|
Make queue thresholds and flush size for global scheduler into config options
|
2014-10-07 09:53:57 -07:00 |
|
Andrea Shepard
|
dc3af04ba8
|
Make scheduler_compare_channels() mockable
|
2014-09-30 23:14:58 -07:00 |
|
Andrea Shepard
|
f8ceb0f028
|
Make scheduler_run() mockable
|
2014-09-30 23:14:58 -07:00 |
|
Andrea Shepard
|
b7125961de
|
Expose scheduler_compare_channels() to test suite
|
2014-09-30 23:14:58 -07:00 |
|
Andrea Shepard
|
71a9ed6feb
|
Make some scheduler.c static functions visible to the test suite
|
2014-09-30 23:14:57 -07:00 |
|
Andrea Shepard
|
9869254608
|
Make scheduler.c static globals visible to test suite
|
2014-09-30 23:14:25 -07:00 |
|
Andrea Shepard
|
ade60890d0
|
Make scheduler_channel_doesnt_want_writes() mockable
|
2014-09-30 23:09:14 -07:00 |
|
Andrea Shepard
|
fd57840a77
|
Make scheduler_channel_doesnt_want_writes() mockable
|
2014-09-30 22:54:10 -07:00 |
|
Andrea Shepard
|
85ee070852
|
Make scheduler_release_channel() mockable
|
2014-09-30 22:49:58 -07:00 |
|
Andrea Shepard
|
ac1b627e85
|
Implement scheduler_touch_channel()
|
2014-09-30 22:49:58 -07:00 |
|
Andrea Shepard
|
ed1927d6bf
|
Use a non-stupid data structure in the scheduler
|
2014-09-30 22:49:56 -07:00 |
|
Andrea Shepard
|
3530825c53
|
Eliminate some unnecessary smartlists in scheduler.c
|
2014-09-30 22:49:36 -07:00 |
|
Andrea Shepard
|
63bb9a795e
|
Fix compiler warning
|
2014-09-30 22:49:36 -07:00 |
|
Andrea Shepard
|
55907da28d
|
Sort the scheduler's channel list by cmux comparisons
|
2014-09-30 22:49:36 -07:00 |
|
Andrea Shepard
|
1275002a46
|
Schedule according to a queue size heuristic
|
2014-09-30 22:49:35 -07:00 |
|
Andrea Shepard
|
b09f41424c
|
Actually call channel_flush_some_cells() from the scheduler
|
2014-09-30 22:49:01 -07:00 |
|
Andrea Shepard
|
2efbab2aaf
|
Provide generic mechanism for scheduler to query writeable cells on a channel
|
2014-09-30 22:48:26 -07:00 |
|
Nick Mathewson
|
85ee5b3095
|
Use event_active, not 0-length timeouts. It's idempotent, too.
|
2014-09-30 22:48:26 -07:00 |
|
Nick Mathewson
|
fc13184e44
|
Fix unused-arguments warnings
|
2014-09-30 22:48:26 -07:00 |
|
Nick Mathewson
|
08bea13c35
|
Temporarily disable scheduler_trigger as unused
|
2014-09-30 22:48:26 -07:00 |
|
Andrea Shepard
|
d438cf1ec9
|
Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet
|
2014-09-30 22:48:24 -07:00 |
|