Update the names of some of the newly introduced API functions so they are more consistent with the names of pre-existing API functions.

This commit is contained in:
Richard Barry 2011-08-07 10:37:24 +00:00
parent 40ce7c8b52
commit 667b722bde
3 changed files with 95 additions and 95 deletions

View file

@ -2092,6 +2092,7 @@ 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 */