mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[cert] increase retransmission period for data poll (#1943)
This commit is contained in:
@@ -198,7 +198,7 @@ private:
|
||||
enum // Poll period under different conditions (in milliseconds).
|
||||
{
|
||||
kAttachDataPollPeriod = OPENTHREAD_CONFIG_ATTACH_DATA_POLL_PERIOD, ///< Poll period during attach.
|
||||
kRetxPollPeriod = 500, ///< Poll retx period due to tx failure.
|
||||
kRetxPollPeriod = 1000, ///< Poll retx period due to tx failure.
|
||||
kNoBufferRetxPollPeriod = 200, ///< Poll retx due to no buffer space.
|
||||
kFastPollPeriod = 188, ///< Period used for fast polls.
|
||||
kMinPollPeriod = 10, ///< Minimum allowed poll period.
|
||||
|
||||
Reference in New Issue
Block a user