Minor change: add comment

This commit is contained in:
fbernon 2008-01-12 16:46:40 +00:00
parent 55bcc20deb
commit 82ddf82866

View File

@ -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