|
| From: | Kieran Mansley |
| Subject: | [lwip-devel] [bug #26062] FIN_WAIT_2 state following tcp_close should timeout eventually |
| Date: | Thu, 02 Apr 2009 14:20:16 +0000 |
| User-agent: | Opera/9.21 (X11; Linux i686; U; en) |
Follow-up Comment #1, bug #26062 (project lwip):
There's some code in tcp_slowtmr() that seems to be intending to do this:
/* Check if this PCB has stayed too long in FIN-WAIT-2 */
if (pcb->state == FIN_WAIT_2) {
if ((u32_t)(tcp_ticks - pcb->tmr) >
TCP_FIN_WAIT_TIMEOUT / TCP_SLOW_INTERVAL) {
++pcb_remove;
LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: removing pcb stuck in
FIN-WAIT-2n"));
}
}
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?26062>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |