From: richardbarry Date: Tue, 20 Sep 2011 13:35:56 +0000 (+0000) Subject: Remove disabling of nagle algorithm as the updated lwipopts.h in the MicroBlaze port... X-Git-Tag: V7.0.2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b6b9da2d10d66d732b4a5c7a3d376ebcbfe19026;p=freertos 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 --- 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 */