|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
The Pending Interest Table (PIT). More...
#include <pit-struct.h>
Data Fields | |
| uint64_t | nEntries |
| current number of entries More... | |
| uint64_t | nInsert |
| how many inserts created a new PIT entry More... | |
| uint64_t | nFound |
| how many inserts found an existing PIT entry More... | |
| uint64_t | nCsMatch |
| how many inserts matched a CS entry More... | |
| uint64_t | nAllocErr |
| how many inserts failed due to allocation error More... | |
| uint64_t | nDataHit |
| how many find-by-Data found PIT entry/entries More... | |
| uint64_t | nDataMiss |
| how many find-by-Data did not find PIT entry More... | |
| uint64_t | nNackHit |
| how many find-by-Nack found PIT entry More... | |
| uint64_t | nNackMiss |
| how many find-by-Nack did not find PIT entry More... | |
| uint64_t | nExpired |
| how many entries expired More... | |
| MinSched * | timeoutSched |
| Pit_SgTimerCb | sgTimerCb |
| uintptr_t | sgTimerCtx |
The Pending Interest Table (PIT).
This is embedded in Pcct struct.
| uint64_t Pit::nAllocErr |
how many inserts failed due to allocation error
| uint64_t Pit::nCsMatch |
how many inserts matched a CS entry
| uint64_t Pit::nDataHit |
how many find-by-Data found PIT entry/entries
| uint64_t Pit::nDataMiss |
how many find-by-Data did not find PIT entry
| uint64_t Pit::nEntries |
current number of entries
| uint64_t Pit::nExpired |
how many entries expired
| uint64_t Pit::nFound |
how many inserts found an existing PIT entry
| uint64_t Pit::nInsert |
how many inserts created a new PIT entry
| uint64_t Pit::nNackHit |
how many find-by-Nack found PIT entry
| uint64_t Pit::nNackMiss |
how many find-by-Nack did not find PIT entry
| Pit_SgTimerCb Pit::sgTimerCb |
| uintptr_t Pit::sgTimerCtx |
| MinSched* Pit::timeoutSched |