Skip to content

Commit

Permalink
Refs #21054: Extend flow controller descriptor with a thread settings…
Browse files Browse the repository at this point in the history
… conf

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed May 28, 2024
1 parent 06c3a4e commit c504abc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/XMLTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,12 @@
<scheduler>FIFO</scheduler>
<max_bytes_per_period>4096</max_bytes_per_period>
<period_ms>500</period_ms>
<sender_thread>
<scheduling_policy>-1</scheduling_policy>
<priority>0</priority>
<affinity>0</affinity>
<stack_size>-1</stack_size>
</sender_thread>
</flow_controller_descriptor>
</flow_controller_descriptor_list>
</rtps>
Expand Down

0 comments on commit c504abc

Please sign in to comment.