From 9f72fe22d53c5f534a808f80b3b153ba79353219 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Tue, 20 Sep 2011 13:35:56 +0000 Subject: [PATCH] Remove disabling of nagle algorithm as the updated lwipopts.h in the MicroBlaze port makes it unnecessary. --- .../RTOSDemo/lwIP/lwIP_Apps/apps/httpserver_raw/httpd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/apps/httpserver_raw/httpd.c b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/apps/httpserver_raw/httpd.c index 89676df885..6f1132caf5 100644 --- a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/apps/httpserver_raw/httpd.c +++ b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/apps/httpserver_raw/httpd.c @@ -2092,7 +2092,6 @@ http_accept(void *arg, struct tcp_pcb *pcb, err_t err) /* Tell TCP that this is the structure we wish to be passed for our callbacks. */ - tcp_nagle_disable(pcb);//_RB_ tcp_arg(pcb, hs); /* Set up the various callback functions */