struct ndn_forw_drop_t

struct ndn_forw_drop_t {
    // fields

    ndn_forw_drop_type_t type;
    int rate;
    size_t mask_len;
    uint8_t* pattern_mask;
};