1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-05 20:46:08 +01:00
Arduino/libraries/Ethernet/src
Cristian Maglie a33c93b194 Ethernet: fixed wrong handling of timeouts in DHCP
The signed math doesn't handle correctly cases where the lease
time is set to infinity (0xFFFFFFFF).

Fixes #2571
Fixes #2601
Fixes #2642
Fixes #985
2015-07-14 09:57:01 +02:00
..
utility Ethernet lib: first implementation for zero 2015-06-22 11:31:57 +02:00
Dhcp.cpp Ethernet: fixed wrong handling of timeouts in DHCP 2015-07-14 09:57:01 +02:00
Dhcp.h Ethernet: fixed wrong handling of timeouts in DHCP 2015-07-14 09:57:01 +02:00
Dns.cpp Ethernet library refactoring 2014-01-05 08:50:52 +01:00
Dns.h Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
Ethernet.cpp Use SPI transactions in Ethernet library 2014-08-01 06:34:34 -07:00
Ethernet.h Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
EthernetClient.cpp Add EthernetClient getSocketNumber() function 2015-07-09 15:42:26 +02:00
EthernetClient.h Add EthernetClient getSocketNumber() function 2015-07-09 15:42:26 +02:00
EthernetServer.cpp Optimizations: remove multiple calls to the status() function. 2015-05-28 11:00:23 +02:00
EthernetServer.h Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
EthernetUdp.cpp Move Ethernet socket level stuff to utility/socket.cpp 2014-08-01 06:03:38 -07:00
EthernetUdp.h Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00