mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-20 06:40:02 +00:00
Documentation: Add one more note PCB is already freed in tcp_err callback.
This commit is contained in:
parent
4a73bcbc65
commit
8cd43a3dd9
@ -1681,6 +1681,8 @@ tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent)
|
|||||||
* Used to specify the function that should be called when a fatal error
|
* Used to specify the function that should be called when a fatal error
|
||||||
* has occurred on the connection.
|
* has occurred on the connection.
|
||||||
*
|
*
|
||||||
|
* @note The corresponding pcb is already freed when this callback is called!
|
||||||
|
*
|
||||||
* @param pcb tcp_pcb to set the err callback
|
* @param pcb tcp_pcb to set the err callback
|
||||||
* @param err callback function to call for this pcb when a fatal error
|
* @param err callback function to call for this pcb when a fatal error
|
||||||
* has occurred on the connection
|
* has occurred on the connection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user