mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-27 04:16:20 +08:00
Remove disabling of nagle algorithm as the updated lwipopts.h in the MicroBlaze port makes it unnecessary.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user