From 72a8db7867137326ad3fb57098a711437f456a4b Mon Sep 17 00:00:00 2001 From: goldsimon Date: Wed, 3 May 2017 21:42:59 +0200 Subject: [PATCH] tcp_fasttmr: adapt comment (to delayed FIN implementation) --- src/core/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tcp.c b/src/core/tcp.c index bcbf2693..b8fe2922 100644 --- a/src/core/tcp.c +++ b/src/core/tcp.c @@ -1290,7 +1290,7 @@ tcp_slowtmr_start: /** * Is called every TCP_FAST_INTERVAL (250 ms) and process data previously - * "refused" by upper layer (application) and sends delayed ACKs. + * "refused" by upper layer (application) and sends delayed ACKs or pending FINs. * * Automatically called from tcp_tmr(). */