From da83946e759fe9d0b33f93758d7a40eb78c2ff5c Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 3 Aug 2016 12:32:03 +0200 Subject: [PATCH] Add one more documentation sentence in tcp.c --- src/core/tcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/tcp.c b/src/core/tcp.c index 37348281..dfda7965 100644 --- a/src/core/tcp.c +++ b/src/core/tcp.c @@ -1679,6 +1679,7 @@ tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) * @ingroup tcp_raw * Used to specify the function that should be called when a fatal error * 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 err callback function to call for this pcb when a fatal error