I would like to find out if the standard Arduino Ethernet library handles possible re-connections automatically like ESP8266WiFi library does with wifi.
If for some reason the Ethernet connection, that has been established with
Ethernet.begin(mac, ip);
is lost do I have to establish a new connection in my sketch?