mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 00:04:54 +00:00
- 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