mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-14 18:36:27 +00:00
Minor change: add comment
This commit is contained in:
parent
55bcc20deb
commit
82ddf82866
@ -336,6 +336,7 @@ tcp_accept_null(void *arg, struct tcp_pcb *pcb, err_t err)
|
|||||||
* connection to LISTEN is an irreversible process.
|
* connection to LISTEN is an irreversible process.
|
||||||
*
|
*
|
||||||
* @param pcb the original tcp_pcb
|
* @param pcb the original tcp_pcb
|
||||||
|
* @param backlog the incoming connections queue limit
|
||||||
* @return tcp_pcb used for listening, consumes less memory.
|
* @return tcp_pcb used for listening, consumes less memory.
|
||||||
*
|
*
|
||||||
* @note The original tcp_pcb is freed. This function therefore has to be
|
* @note The original tcp_pcb is freed. This function therefore has to be
|
||||||
|
Loading…
Reference in New Issue
Block a user