Move DHCP negotiation timer into the DHCP connection application state structure...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 12 Feb 2010 07:27:26 +0000 (07:27 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 12 Feb 2010 07:27:26 +0000 (07:27 +0000)
commit8154331da60ac08b0e2b09ca67008ec4a8c7698b
tree4eb3824afd288039b995f6f607bed6f0129d74ab
parent41ef05a6e559a10134967e8a899aab78c556b645
Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
LUFA/ManPages/LUFAPoweredProjects.txt
Projects/Webserver/Lib/DHCPClientApp.c
Projects/Webserver/Lib/FATFs/ffconf.h
Projects/Webserver/Lib/HTTPServerApp.c
Projects/Webserver/Lib/HTTPServerApp.h
Projects/Webserver/Lib/TELNETServerApp.c
Projects/Webserver/Lib/uIPManagement.c
Projects/Webserver/Lib/uip/uipopt.h
Projects/Webserver/Webserver.txt
Projects/Webserver/makefile