You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UDP backlog and prevent filtering of received messages in uIP
The IP address and port of received UDP message were stored in uIP
record, but if these are set, uIP filters the incoming messages to match
the IP and port.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The modernization includes:
15
15
16
16
Limitations:
17
17
* UDP.beginMulticast is not supported, because the uIP stack doesn't support multicast
18
-
*UDB broadcasts receiving is turned off on ENC to lower the processing load on the library
18
+
*UDP broadcasts receiving is turned off on ENC to lower the processing load on the library
19
19
20
20
This library doesn't have examples, because examples of the Arduino Ethernet library apply. You can find them in the Arduino IDE Examples menu Ethernet section. Only change `#include <Ethernet.h>` to `#include <EthernetENC.h>`. Some examples require [a little change](https://github.com/jandrassy/EthernetENC/wiki/Examples).
0 commit comments