NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "api.h"
Data Structures | |
struct | PitEntryInfo |
Typedefs | |
typedef struct PitEntryInfo | PitEntryInfo |
Functions | |
SUBROUTINE uint64_t | RxInterest (SgCtx *ctx) |
uint64_t | SgMain (SgCtx *ctx) |
The strategy dataplane program. More... | |
The sequential strategy uses each FIB nexthop sequentially for each retransmitted Interest on the same PIT entry. It skips any unusable nexthops (e.g. face is down).
typedef struct PitEntryInfo PitEntryInfo |
SUBROUTINE uint64_t RxInterest | ( | SgCtx * | ctx | ) |
uint64_t SgMain | ( | SgCtx * | ctx | ) |
The strategy dataplane program.
Every strategy must implement this function.