Receive UDP broadcast from a particular source port
Hi all,I am working on a project that transmits UDP packet to a remote IP and port. I need to receive a broadcast packet from a particular source port. Below is my current UDP initialization.I am using LWIP stack for UDP communication. How should I i...