mirror of
https://github.com/espressif/openthread.git
synced 2026-07-06 04:10:22 +00:00
bd4cc2689b
This commit changes the `spi-hdlc-adapter` retry logic when the slave is busy (it refuses a transmission). There are three levels, initially the retries happen almost immediately, then up to certain number of attempts at a fast rate and finally it drops to a slow rate. This change helps with the average delay of spinel message exchange between NCP and host (connected using an SPI interface).