steve-o / openpgm

Automatically exported from code.google.com/p/openpgm
57 stars 44 forks source link

proactive_packets set to 1 or 16 result in Segmentation fault #70

Open Davidkaka123 opened 2 years ago

Davidkaka123 commented 2 years ago

const struct pgm_fecinfo_t fecinfo = { .ondemand_parity_enabled = TRUE, .proactive_packets = 16, .var_pktlen_enabled = TRUE, .block_size = 255, .group_size = 64 }; when set proactive_packets to 1 or 16, application Segmentation fault. Any idea about this?