Skip to main content
Graduate
July 31, 2022
Question

Is there a low level "firewall" for 32F417 ETH + LWIP?

  • July 31, 2022
  • 0 replies
  • 525 views

There is no packet filtering in the ETH controller so any filtering would need to be done in LWIP, which is quite high up and would struggle with fast inbound traffic.

Has anyone done any kind of efficient solution for this? One could probably hook up some sort of ETH "packet ready" interrupt, to throw away unwanted packets.

    This topic has been closed for replies.