From b6b9da2d10d66d732b4a5c7a3d376ebcbfe19026 Mon Sep 17 00:00:00 2001 From: richardbarry 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1605 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../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 89676df88..6f1132caf 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 */ -- 2.39.5