]> git.sur5r.net Git - freertos/commitdiff
Remove disabling of nagle algorithm as the updated lwipopts.h in the MicroBlaze port...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 20 Sep 2011 13:35:56 +0000 (13:35 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 20 Sep 2011 13:35:56 +0000 (13:35 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1605 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/apps/httpserver_raw/httpd.c

index 89676df88533e443f9c78f70080714855551c6ac..6f1132caf520705fe39a55cdd7f29dce1a88fa93 100644 (file)
@@ -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 */