mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove disabling of nagle algorithm as the updated lwipopts.h in the MicroBlaze port makes it unnecessary.
This commit is contained in:
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…
Reference in a new issue