Skip to content

Commit c83bcbf

Browse files
Update lwipopts.h
Enable broadcast by disabling Broadcast filters resolve #3163
1 parent 20eb127 commit c83bcbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_LWIP/lwip-interface/lwipopts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
#if LWIP_TRANSPORT_ETHERNET
235235

236236
// Broadcast
237-
#define IP_SOF_BROADCAST 1
238-
#define IP_SOF_BROADCAST_RECV 1
237+
#define IP_SOF_BROADCAST 0
238+
#define IP_SOF_BROADCAST_RECV 0
239239

240240
#define LWIP_BROADCAST_PING 1
241241

0 commit comments

Comments
 (0)