mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
[posix] always set ACK FP for data requests when SrcMatch is disabled (#4232)
This commit is contained in:
@@ -177,7 +177,7 @@ static inline bool isDataRequestAndHasFramePending(const uint8_t *aFrame)
|
||||
const uint8_t *cur = aFrame;
|
||||
uint8_t securityControl;
|
||||
bool isDataRequest = false;
|
||||
bool hasFramePending = false;
|
||||
bool hasFramePending = true;
|
||||
|
||||
// FCF + DSN
|
||||
cur += 2 + 1;
|
||||
|
||||
Reference in New Issue
Block a user