Speed up Webserver demo data rate by not sending a full ethernet frame each time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.

This commit is contained in:
Dean Camera 2010-02-12 07:54:28 +00:00
parent 8154331da6
commit c6f21fde62
7 changed files with 27 additions and 39 deletions

View file

@ -691,7 +691,7 @@ typedef union
uint8_t CurrentState;
uint8_t NextState;
char FileName[50];
char FileName[MAX_URI_LENGTH];
FIL FileHandle;
bool FileOpen;
uint32_t ACKedFilePos;