Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Davidkaka123 opened this issue Oct 16, 2021 · 0 comments
Open

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

Davidkaka123 opened this issue Oct 16, 2021 · 0 comments

Comments

@Davidkaka123
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant