Stefan Strogin
Stefan Strogin
Since commit 2cc09ccc (https://gerrit-ring.savoirfairelinux.com/8043) --disable-vdpau and --disable-vaapi are removed from ring-daemon, leaving only --disable-accel. net-void/ring-daemon doesn't build without USE flag 'vdpau' because of that. I see two possible approaches: a)...
Add distance sensor information from an onboard rangefinder: https://mavlink.io/en/messages/common.html#DISTANCE_SENSOR
Is there any chance to add support of SSL_CONF_CTX_*() and [SSL_CONF_cmd](https://www.openssl.org/docs/man1.0.2/man3/SSL_CONF_cmd.html)() to LibreSSL? I think it's needed for QtNetwork 5.15 which is coming soon.
## Description ### What does this PR do? Add a fast path in subscription resolution for exact keyexprs with no wildcard, avoiding unnecessary keyexpr expansion/allocations. ### Why is this change...
On Zephyr, _z_task_init() assigns preallocated pthread stacks from thread_stack_area[]. During repeated link resets/reconnects, zenoh-pico recreates the read/lease threads. Previous implementation used a constantly increasing thread_index++, which eventually indexed past thread_stack_area[],...