[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #33058] Fast retransmit transmits too much (disables n
From: |
tao tang |
Subject: |
[lwip-devel] [bug #33058] Fast retransmit transmits too much (disables nagle) |
Date: |
Sat, 03 Sep 2011 00:52:39 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.21) Gecko/20110830 Firefox/3.6.21 |
Follow-up Comment #2, bug #33058 (project lwip):
I agree with you!
1: if tcp_do_output_nagle() is called and only called by tcp_output().
2: when status machine of TCP is ESTABLISHED, tcp_output is controlled by TCP
slow timer, TCP fast timer and TCP_EVENT_POLL. All of them are controlled by
timer.
So, I think that there should be no problem in current code.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?33058>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #33058] Fast retransmit transmits too much (disables nagle),
tao tang <=