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

pull/1/head
Richard Barry 14 years ago
parent d150ed9baf
commit 9f72fe22d5

@ -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 */

Loading…
Cancel
Save