You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to provide users the possibility to configure the Congestion Control and Reliability for the channels created by Zenoh Flow.
Currently, the behavior is to use CongestionControl::Block in ZenohSender. While this works in most of the cases, with some slow subscribers it would be better to have CongestionControl::Drop, thus avoiding filling the queues with "old data".
The text was updated successfully, but these errors were encountered:
Describe the feature
It would be helpful to provide users the possibility to configure the Congestion Control and Reliability for the channels created by Zenoh Flow.
Currently, the behavior is to use
CongestionControl::Block
inZenohSender
. While this works in most of the cases, with some slow subscribers it would be better to haveCongestionControl::Drop
, thus avoiding filling the queues with "old data".The text was updated successfully, but these errors were encountered: