Skip to content

Commit 078995a

Browse files
authored
Merge pull request #3482 from Neuromancer2701/patch-1
Update lwipopts.h
2 parents a8a31da + c83bcbf commit 078995a

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)