tcp_fasttmr: adapt comment (to delayed FIN implementation)

This commit is contained in:
goldsimon 2017-05-03 21:42:59 +02:00
parent f00d7db409
commit 72a8db7867

View File

@ -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().
*/