-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Turn-off Broadcast/Multicast #7907
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Comments
One solution is to get more 16KB RAM. And that's possible for free thanks to #7060 and later that are merged in current git master. AFAIK we can't "disable" receiving *cast packets. They are packets like others and need anyway to be received and analyzed before getting dropped (after checking that we are not interested) To help debugging the software part of your project, you can also use emulation on host in |
Hi d-a-v, thanks for the hint. I guess I have to wait for the official release then to get more RAM before we can consider going live. Is there a chance to send us a link to the emulation? I haven't heard of that yet. |
You may have a try with current git master version, or stage version with PlatformIO, or the snapshot release with Arduino IDE.
Yes, here it is. Here's the updated README, result of the
|
Settings in IDE
Problem Description
Our production FW is running with almost no memory left and we experience part of our buffers overwritten by multicast packets, or at least the an old pointer is pointing to a memory region which is then filled by multicast packets (SSDP).
We would like to circumvent receiving buffers and information (like multicast/broadcast) that are not essential to us.
Is there a way to turn off the broadcat/multicast reception on the IP stack?
The text was updated successfully, but these errors were encountered: