-
Notifications
You must be signed in to change notification settings - Fork 30
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
problems with IP in sending UDP packets #3
Comments
try the github version. |
I solved my problem, by disabling this part in uip_arp.c
|
there is a less invasive way for this patch, I think. I already looked at this and I have to investigate it to understand why the switch from normal packet to arp packet is done differently for UDP than TCP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spent several hours and still can't find how to do it. I can not send UDP to a custom IP address, only to the one with which a connection is established. Maybe there is some kind of filter that does not allow this, or somewhere I can change the destination IP manually in udp packet?
The text was updated successfully, but these errors were encountered: