mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 08:33:39 +08:00
Fixed comment: tcp_pcb_remove does *not* deallocate the pcb
This commit is contained in:
@@ -1232,7 +1232,7 @@ tcp_pcb_purge(struct tcp_pcb *pcb)
|
|||||||
* Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first.
|
* Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first.
|
||||||
*
|
*
|
||||||
* @param pcblist PCB list to purge.
|
* @param pcblist PCB list to purge.
|
||||||
* @param pcb tcp_pcb to purge. The pcb itself is also deallocated!
|
* @param pcb tcp_pcb to purge. The pcb itself is NOT deallocated!
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb)
|
tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb)
|
||||||
|
|||||||
Reference in New Issue
Block a user