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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user