pub async fn responder_loop<CS: CounterStore + 'static, M: RawMutex + 'static>(
node: DeviceNode<CS>,
input: &'static InputChannel<M>,
nonce: u16,
)Expand description
Serve admitted Node Management exchanges forever.
nonce is drawn once per boot from the platform’s cryptographic RNG.
It is what stops a cursor issued before a reboot from being honored
after one, when the device-domain generation has started over.