File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ typedef ::z_reliability_t Reliability;
5757
5858// / Congestion control values.
5959// /
60- // / Values:
60+ // / Values:
6161// / - **Z_CONGESTION_CONTROL_BLOCK**: Defines congestion control as "block". Messages are not dropped in case of
6262// / congestion control
6363// / - **Z_CONGESTION_CONTROL_DROP**: Defines congestion control as "drop". Messages are dropped in case of
6464// / congestion control
6565// / - **Z_CONGESTION_CONTROL_BLOCK_FIRST**: Defines congestion control as "block first". Messages except the first
6666// / one are dropped in case of congestion control
67- // / @warning **Z_CONGESTION_CONTROL_BLOCK_FIRST** has been marked as unstable: it works as advertised, but it may be changed in a future
67+ // / @warning **Z_CONGESTION_CONTROL_BLOCK_FIRST** has been marked as unstable: it works as advertised, but it may be changed in a future
6868// / release.
69- // / @note **Z_CONGESTION_CONTROL_BLOCK_FIRST** is Zenoh-c only.
69+ // / @note **Z_CONGESTION_CONTROL_BLOCK_FIRST** is Zenoh-c only.
7070// /
7171typedef ::z_congestion_control_t CongestionControl;
7272
You can’t perform that action at this time.
0 commit comments