mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +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.
|
||||
*
|
||||
* @param pcb the original tcp_pcb
|
||||
* @param backlog the incoming connections queue limit
|
||||
* @return tcp_pcb used for listening, consumes less memory.
|
||||
*
|
||||
* @note The original tcp_pcb is freed. This function therefore has to be
|
||||
|
Loading…
Reference in New Issue
Block a user