ndn-lite
Macros
Fragmentation Errors
Collaboration diagram for Fragmentation Errors:

Macros

#define NDN_FRAG_NO_MORE_FRAGS   -40
 
#define NDN_FRAG_OUT_OF_ORDER   -41
 
#define NDN_FRAG_NO_MEM   -42
 
#define NDN_FRAG_WRONG_IDENTIFIER   -43
 

Detailed Description

Macro Definition Documentation

◆ NDN_FRAG_NO_MEM

#define NDN_FRAG_NO_MEM   -42

◆ NDN_FRAG_NO_MORE_FRAGS

#define NDN_FRAG_NO_MORE_FRAGS   -40

◆ NDN_FRAG_OUT_OF_ORDER

#define NDN_FRAG_OUT_OF_ORDER   -41

◆ NDN_FRAG_WRONG_IDENTIFIER

#define NDN_FRAG_WRONG_IDENTIFIER   -43