-
- Downloads
Add uIP-split code to the Webserver project, so that each packet is split in...
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.
Showing
- LUFA.pnproj 1 addition, 1 deletionLUFA.pnproj
- Projects/TemperatureDataLogger/TempDataLogger.c 4 additions, 3 deletionsProjects/TemperatureDataLogger/TempDataLogger.c
- Projects/Webserver/Lib/HTTPServerApp.c 51 additions, 58 deletionsProjects/Webserver/Lib/HTTPServerApp.c
- Projects/Webserver/Lib/HTTPServerApp.h 0 additions, 2 deletionsProjects/Webserver/Lib/HTTPServerApp.h
- Projects/Webserver/Lib/uIPManagement.c 9 additions, 6 deletionsProjects/Webserver/Lib/uIPManagement.c
- Projects/Webserver/Lib/uIPManagement.h 1 addition, 0 deletionsProjects/Webserver/Lib/uIPManagement.h
- Projects/Webserver/Lib/uip/uip-split.c 145 additions, 0 deletionsProjects/Webserver/Lib/uip/uip-split.c
- Projects/Webserver/Lib/uip/uip-split.h 103 additions, 0 deletionsProjects/Webserver/Lib/uip/uip-split.h
- Projects/Webserver/makefile 1 addition, 0 deletionsProjects/Webserver/makefile
Loading
Please register or sign in to comment