Skip to content

Commit

Permalink
Use proper internal congestion control functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Feb 13, 2025
1 parent 3caac41 commit ae2395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh/api/ext/session_ext.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class SessionExt {
/// Number of samples to keep for each resource.
size_t max_samples = 1;
/// The congestion control to apply to replies.
zenoh::CongestionControl congestion_control = ::z_congestion_control_default_response();
zenoh::CongestionControl congestion_control = ::z_internal_congestion_control_default_response();
/// The priority of replies.
zenoh::Priority priority = ::z_priority_default();
/// If set to ``true``, this cache replies will not be batched. This usually has a positive impact on
Expand Down

0 comments on commit ae2395d

Please sign in to comment.