enum ndn_forw_drop_type_t

#include <ndn_forw.h>

enum ndn_forw_drop_type_t {
    FORW_DROP_DISABLED,
    FORW_DROP_RANDOM,
    FORW_DROP_PATTERN,
};