[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090714.114211.254914419.davem@davemloft.net>
Date: Tue, 14 Jul 2009 11:42:11 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: yinglin.s@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [TCP_CA_CWR] Causes for entering TCP_CA_CWR state with 0
retransmissions
From: Yinglin Sun <yinglin.s@...il.com>
Date: Tue, 14 Jul 2009 14:38:07 -0400
> I have a question about tcp_ca_state "TCP_CA_CWR". Under what
> circumstances does it enter this state?
> I'm doing some experiments and have trace from tcp_info. From tcp_info
> trace, I found that many places show ca_state is 2 (TCP_CA_CWR). Under
> this state, the congestion window size decreases but the total number
> of retransmissions is still 0.
What kind of "retransmissions"? I bet the counter you are looking
at is counting timeout based retransmissions, which means it isn't
including the most predominant type of retransmissions, which are
fast retransmissions which are triggered in response to ACKs.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists