Update Win32 lwipopts.h for better efficiency.

This commit is contained in:
Richard Barry 2011-09-20 13:38:45 +00:00
parent 2cd1a46001
commit 35f7dba909
3 changed files with 14 additions and 15 deletions

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
callbacks. */
tcp_nagle_disable(pcb);//_RB_
tcp_arg(pcb, hs);
/* Set up the various callback functions */