Add uIP-split code to the Webserver project, so that each packet is split in half...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 18 Feb 2010 02:19:43 +0000 (02:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 18 Feb 2010 02:19:43 +0000 (02:19 +0000)
commit3b6987bca3ef746fd9a5d4baec6d40b65c9b4101
treecd2c69da65d47a0bba638c07431cfc893422be87
parentc77b30e9e6069c893b8461e104e7893762ed81a7
Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
LUFA.pnproj
Projects/TemperatureDataLogger/TempDataLogger.c
Projects/Webserver/Lib/HTTPServerApp.c
Projects/Webserver/Lib/HTTPServerApp.h
Projects/Webserver/Lib/uIPManagement.c
Projects/Webserver/Lib/uIPManagement.h
Projects/Webserver/Lib/uip/uip-split.c [new file with mode: 0644]
Projects/Webserver/Lib/uip/uip-split.h [new file with mode: 0644]
Projects/Webserver/makefile