|
| From: | Bill Auerbach |
| Subject: | [lwip-devel] [bug #27445] PCB hangs in Fast Retransmit due to unchanging cwnd |
| Date: | Fri, 23 Oct 2009 19:12:18 +0000 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) |
Follow-up Comment #6, bug #27445 (project lwip):
After looking at Alain's email, isn't:
if ((u16_t)(pcb->cwnd + pcb->mss) > pcb->cwnd) { ... }
the same as
if ((u16_t)(pcb->mss) > 0) { ... }
and isn't that always true? If mss can be 0, then the second form is less
code.
Bill
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?27445>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |