Remove disabling of nagle algorithm as the updated lwipopts.h in the MicroBlaze port makes it unnecessary.

This commit is contained in:
Richard Barry 2011-09-20 13:35:56 +00:00
parent d150ed9baf
commit 9f72fe22d5

View 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 /* Tell TCP that this is the structure we wish to be passed for our
callbacks. */ callbacks. */
tcp_nagle_disable(pcb);//_RB_
tcp_arg(pcb, hs); tcp_arg(pcb, hs);
/* Set up the various callback functions */ /* Set up the various callback functions */