mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-06 13:13:25 +00:00
Added some explaining comments.
This commit is contained in:
parent
7077d51f1f
commit
7a99d73092
@ -1075,7 +1075,8 @@ tcp_poll(struct tcp_pcb *pcb,
|
||||
}
|
||||
|
||||
/**
|
||||
* Purges a TCP PCB. Removes any buffered data and frees the buffer memory.
|
||||
* Purges a TCP PCB. Removes any buffered data and frees the buffer memory
|
||||
* (pcb->ooseq, pcb->unsent and pcb->unacked are freed).
|
||||
*
|
||||
* @param pcb tcp_pcb to purge. The pcb itself is not deallocated!
|
||||
*/
|
||||
|
@ -1235,6 +1235,7 @@ tcp_receive(struct tcp_pcb *pcb)
|
||||
* from uIP with only small changes.)
|
||||
*
|
||||
* Called from tcp_listen_input() and tcp_process().
|
||||
* Currently, only the MSS option is supported!
|
||||
*
|
||||
* @param pcb the tcp_pcb for which a segment arrived
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user