Files
fips/src/node
Arjen 59028d6ece test(node): pin transport restart backoff and BLE start re-entrancy
- Pure-policy tests on PendingTransport: backoff doubling, cap saturation
  (checked_shl/saturating_mul, never overflows or panics), never-gives-up
  past the cap, and the is_due boundary
- BleTransport::start_async re-entrancy after a listen failure: first call
  errs and leaves state Failed, second call succeeds and leaves state Up —
  the claim the whole supervisor rests on
- Document the operational-but-dark case (advertise/scan failures are
  logged and swallowed) as a Limitations note on start_async; only a
  listener failure is recovered by restart supervision
2026-08-05 10:36:28 +01:00
..