mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-02 14:58:22 +00:00
Fixed comment: tcp_pcb_remove does *not* deallocate the pcb
This commit is contained in:
parent
94a7fee8c8
commit
b30c6f8b9e
@ -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.
|
||||
*
|
||||
* @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
|
||||
tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb)
|
||||
|
Loading…
Reference in New Issue
Block a user