diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-18 02:19:43 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-18 02:19:43 +0000 |
| commit | b60c56a5c6ac2943c5cc1dd6a4534c374c2131ff (patch) | |
| tree | cd2c69da65d47a0bba638c07431cfc893422be87 /Projects/Webserver/Lib/uIPManagement.h | |
| parent | 29cad6c2a456ba968f4f845bc1a3c4eec2f696b5 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1134 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Lib/uIPManagement.h')
| -rw-r--r-- | Projects/Webserver/Lib/uIPManagement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Webserver/Lib/uIPManagement.h b/Projects/Webserver/Lib/uIPManagement.h index 825c5cde..90b47ede 100644 --- a/Projects/Webserver/Lib/uIPManagement.h +++ b/Projects/Webserver/Lib/uIPManagement.h @@ -41,6 +41,7 @@ #include <uip.h>
#include <uip_arp.h>
+ #include <uip-split.h>
#include <timer.h>
#include "Lib/DHCPClientApp.h"
|
