Skip to content

2.0.1

Compare
Choose a tag to compare
@JAndrassy JAndrassy released this 25 Apr 14:43
· 28 commits to master since this release
  • 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