We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6113b9 commit ec63c2dCopy full SHA for ec63c2d
libudpard/udpard.h
@@ -480,6 +480,7 @@ bool udpard_tx_new(udpard_tx_t* const self,
480
/// There shall be a separate transfer-ID counter per topic. The initial value shall be chosen randomly
481
/// such that it is likely to be distinct per application startup (embedded systems can use noinit memory sections,
482
/// hash uninitialized SRAM, use timers or ADC noise, etc).
483
+/// Related thread on random transfer-ID init: https://forum.opencyphal.org/t/improve-the-transfer-id-timeout/2375
484
///
485
/// The user context value is carried through to the callbacks; use UDPARD_USER_CONTEXT_NULL if not needed.
486
0 commit comments