|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
A PIT upstream record. More...
#include <pit-up.h>
Data Fields | |
| uint32_t | nonce |
| nonce on last sent Interest More... | |
| FaceID | face |
| the upstream face More... | |
| bool | canBePrefix |
| sent Interest has CanBePrefix? More... | |
| uint8_t | nack |
| Nack reason against last Interest. More... | |
| TscTime | lastTx |
| when last Interest was sent More... | |
| TscDuration | suppress |
| suppression duration since lastTx More... | |
| uint16_t | nTx |
| how many Interests were sent More... | |
| uint8_t | nexthopIndex |
| FIB nexthop index. More... | |
| uint32_t | rejectedNonces [PIT_UP_MAX_REJ_NONCES] |
| nonces rejected by Nack~Duplicate from upstream More... | |
A PIT upstream record.
| bool PitUp::canBePrefix |
sent Interest has CanBePrefix?
| FaceID PitUp::face |
the upstream face
| TscTime PitUp::lastTx |
when last Interest was sent
| uint8_t PitUp::nack |
Nack reason against last Interest.
| uint8_t PitUp::nexthopIndex |
FIB nexthop index.
| uint32_t PitUp::nonce |
nonce on last sent Interest
| uint16_t PitUp::nTx |
how many Interests were sent
| uint32_t PitUp::rejectedNonces[PIT_UP_MAX_REJ_NONCES] |
nonces rejected by Nack~Duplicate from upstream
| TscDuration PitUp::suppress |
suppression duration since lastTx