lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] udp sending long messages broadcast


From: samyuktar
Subject: Re: [lwip-users] udp sending long messages broadcast
Date: Mon, 6 Jan 2020 09:41:45 -0700 (MST)

Issue resolved, issue was with the low-level ethernet driver, the length of
the packet was saved as a uint8_t instead of a larger integer so the largest
length that it could handle was 256 bytes. So far I had never encountered a
packet larger than that - hence it also fixed the malformed DHCPDiscover
packet issue.



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]