Commit 9fd715d9 authored by Dominik Charousset's avatar Dominik Charousset

Mark `stream_stage_impl::congested` as todo

parent 0dadd250
...@@ -89,6 +89,7 @@ public: ...@@ -89,6 +89,7 @@ public:
} }
bool congested() const override { bool congested() const override {
// TODO: implement me
return out_.buffered() >= 30; return out_.buffered() >= 30;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment