From: Dean Camera Date: Fri, 12 Feb 2010 07:27:26 +0000 (+0000) Subject: Move DHCP negotiation timer into the DHCP connection application state structure... X-Git-Tag: LUFA-110528-BETA~600 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/8154331da60ac08b0e2b09ca67008ec4a8c7698b?hp=8154331da60ac08b0e2b09ca67008ec4a8c7698b 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. ---