NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pit-const.h
Go to the documentation of this file.
1 #ifndef NDNDPDK_PCCT_PIT_CONST_H
2 #define NDNDPDK_PCCT_PIT_CONST_H
3 
6 enum {
7  PitMaxDns = 6,
8  PitMaxUps = 2,
12 };
13 
14 #endif // NDNDPDK_PCCT_PIT_CONST_H
@ PitMaxExtUps
Definition: pit-const.h:10
@ PitMaxExtDns
Definition: pit-const.h:9
@ PitMaxUps
Definition: pit-const.h:8
@ PitScratchSize
Definition: pit-const.h:11
@ PitMaxDns
Definition: pit-const.h:7