mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 14:27:47 +00:00
Drop duplicated packet directly (#911)
This commit is contained in:
@@ -360,6 +360,7 @@ RxTotal: 11
|
||||
RxOther: 0
|
||||
RxWhitelistFiltered: 0
|
||||
RxDestAddrFiltered: 0
|
||||
RxDuplicated: 0
|
||||
RxErrNoFrame: 0
|
||||
RxErrNoUnknownNeighbor: 0
|
||||
RxErrInvalidSrcAddr: 0
|
||||
|
||||
@@ -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