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
|
@ -5,7 +5,7 @@
|
|||
#ifndef _DISKIO
|
||||
|
||||
#define _READONLY 0 /* 1: Read-only mode */
|
||||
#define _USE_IOCTL 1
|
||||
#define _USE_IOCTL 0
|
||||
|
||||
#include "integer.h"
|
||||
#include "ff.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue