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:
parent
8154331da6
commit
c6f21fde62
7 changed files with 27 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue