mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
Drop duplicated packet directly (#911)
This commit is contained in:
@@ -512,6 +512,7 @@ void Interpreter::ProcessCounters(int argc, char *argv[])
|
||||
sServer->OutputFormat(" RxOther: %d\r\n", counters->mRxOther);
|
||||
sServer->OutputFormat(" RxWhitelistFiltered: %d\r\n", counters->mRxWhitelistFiltered);
|
||||
sServer->OutputFormat(" RxDestAddrFiltered: %d\r\n", counters->mRxDestAddrFiltered);
|
||||
sServer->OutputFormat(" RxDuplicated: %d\r\n", counters->mRxDuplicated);
|
||||
sServer->OutputFormat(" RxErrNoFrame: %d\r\n", counters->mRxErrNoFrame);
|
||||
sServer->OutputFormat(" RxErrNoUnknownNeighbor: %d\r\n", counters->mRxErrUnknownNeighbor);
|
||||
sServer->OutputFormat(" RxErrInvalidSrcAddr: %d\r\n", counters->mRxErrInvalidSrcAddr);
|
||||
|
||||
Reference in New Issue
Block a user