Files
PX4-Autopilot/src
Nanwan 3169dc6b1b fix(uxrce_dds_client): avoid stalls under high UDP load (#26161)
* uxrce_dds_client: avoid stalls under high UDP load

- Avoid double-close of transport fd on deinit\n- Reduce loop latency and drain inbound bursts\n- Batch best-effort output flush and handle buffer-full\n- Lower default uORB->DDS poll interval to allow higher /fmu/out rates

* Fix formatting of UxrceddsClient descriptor initialization
2026-04-19 18:26:42 -08:00
..