[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #20511] No persist timer
From: |
Oleg Tyshev |
Subject: |
[lwip-devel] [bug #20511] No persist timer |
Date: |
Thu, 18 Dec 2008 14:57:34 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5 |
Follow-up Comment #17, bug #20511 (project lwip):
It is definitely lack of ACK flag in zero window probe.
Without it windows host for example doesn't reply to this probe.
I think it should be special tested case for last packet with FIN flag (no
data, only FIN flag).
In this case we should allocate not
pbuf_alloc(PBUF_IP, TCP_HLEN + 1, PBUF_RAM)
but only
pbuf_alloc(PBUF_IP, TCP_HLEN, PBUF_RAM)
+ FIN flag
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?20511>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #20511] No persist timer,
Oleg Tyshev <=