Update lwipopts.h

Enable broadcast by disabling Broadcast filters 
resolve #3163
pull/3482/head
Seth King 2016-12-20 15:04:32 -05:00 committed by GitHub
parent 20eb127f80
commit c83bcbf9cc
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@
#if LWIP_TRANSPORT_ETHERNET #if LWIP_TRANSPORT_ETHERNET
// Broadcast // Broadcast
#define IP_SOF_BROADCAST 1 #define IP_SOF_BROADCAST 0
#define IP_SOF_BROADCAST_RECV 1 #define IP_SOF_BROADCAST_RECV 0
#define LWIP_BROADCAST_PING 1 #define LWIP_BROADCAST_PING 1