mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-26 09:35:23 +00:00
Remove tcp_accepted() from rawapi.txt. Thanks to Sergio Caprile for pointing this out!
This commit is contained in:
parent
fa568f7750
commit
10332773ff
@ -171,15 +171,6 @@ incoming connections or be explicitly connected to another host.
|
|||||||
in the listen queue to the value specified by the backlog argument.
|
in the listen queue to the value specified by the backlog argument.
|
||||||
To use it, your need to set TCP_LISTEN_BACKLOG=1 in your lwipopts.h.
|
To use it, your need to set TCP_LISTEN_BACKLOG=1 in your lwipopts.h.
|
||||||
|
|
||||||
- void tcp_accepted(struct tcp_pcb *pcb)
|
|
||||||
|
|
||||||
Inform lwIP that an incoming connection has been accepted. This would
|
|
||||||
usually be called from the accept callback. This allows lwIP to perform
|
|
||||||
housekeeping tasks, such as allowing further incoming connections to be
|
|
||||||
queued in the listen backlog.
|
|
||||||
ATTENTION: the PCB passed in must be the listening pcb, not the pcb passed
|
|
||||||
into the accept callback!
|
|
||||||
|
|
||||||
- void tcp_accept(struct tcp_pcb *pcb,
|
- void tcp_accept(struct tcp_pcb *pcb,
|
||||||
err_t (* accept)(void *arg, struct tcp_pcb *newpcb,
|
err_t (* accept)(void *arg, struct tcp_pcb *newpcb,
|
||||||
err_t err))
|
err_t err))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user