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
make hardwareStatus() and linkStatus() work without Erhernet.begin(mac)
added EthernetServer.end() to stop() all clients
UDP backlog to store unread UDP messages
EthernetUdp - 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.
EthernetUdp - prevent filtering of received messages by IP and port of sent message
EthernetClient fixes for EthernetENC specific code