mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
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:
parent
40ce7c8b52
commit
667b722bde
3 changed files with 95 additions and 95 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue