dragonflight/services/capture/deltacast-bridge
ZGaetano cad1e52c38 fix(deltacast-bridge): reset signal-wait deadline AFTER acquiring flock
The signal timeout deadline was set at process start before waiting for
the flock. Bridges queued behind earlier ports waited minutes for the
lock, then found their 30s signal deadline had already expired before
they even opened the board, causing false "no signal" failures on ports
that have live signal.

Fix: move clock_gettime deadline initialisation to AFTER flock acquired
and board opened, so the full sig_timeout is always available for signal
detection regardless of queue wait time.
2026-06-01 19:32:01 -04:00
..
CMakeLists.txt build(capture): add CMakeLists for deltacast-capture bridge binary 2026-06-01 07:47:32 -04:00
main.c fix(deltacast-bridge): reset signal-wait deadline AFTER acquiring flock 2026-06-01 19:32:01 -04:00