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

Fragmentation issue #7

Closed
rangila opened this issue Feb 22, 2018 · 2 comments
Closed

Fragmentation issue #7

rangila opened this issue Feb 22, 2018 · 2 comments

Comments

@rangila
Copy link

rangila commented Feb 22, 2018

The library crashes when trying to send UDP packets fragmented at the IP level.

Error messages:
"sendto: message too long" or "sendto: Bad address"

Could you please support me and eventually release a patch?

Thanks,
Aleksey

@rigtorp
Copy link
Owner

rigtorp commented Feb 24, 2018

If kernel refuses to send messages larger than MTU, I don't think there is anything udpreplay can do about that.

@rangila
Copy link
Author

rangila commented Feb 24, 2018

Thank you, that's an useful hint for me. I will try to solve the issue by verifying if there's something in the kernel configuration that would allow me to perform this operation.

@rangila rangila closed this as completed Feb 24, 2018
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

2 participants