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

@ -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"