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

Error initializing structure msg_hdr by UDP, field msg_name #207

Open
IvanShipaev opened this issue Sep 4, 2023 · 0 comments
Open

Error initializing structure msg_hdr by UDP, field msg_name #207

IvanShipaev opened this issue Sep 4, 2023 · 0 comments

Comments

@IvanShipaev
Copy link

.msg_name = &b->addr,

Error initializing structure msg_hdr, here you need to fix &b->addr[n].
Otherwise, when reading multiple packets from the buffer, they will always have the same sender address, even if these packets were sent from two different addresses.

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