We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cea3c commit c8f2bfeCopy full SHA for c8f2bfe
1 file changed
include/zenoh/api/enums.hxx
@@ -64,8 +64,8 @@ typedef ::z_reliability_t Reliability;
64
/// congestion control
65
/// - **Z_CONGESTION_CONTROL_BLOCK_FIRST**: Defines congestion control as "block first". Messages except the first
66
/// 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
68
-/// release.
+/// @warning **Z_CONGESTION_CONTROL_BLOCK_FIRST** has been marked as unstable: it works as advertised, but it may be
+/// changed in a future release.
69
/// @note **Z_CONGESTION_CONTROL_BLOCK_FIRST** is Zenoh-c only.
70
///
71
typedef ::z_congestion_control_t CongestionControl;
0 commit comments