[PATCH 1/7] [TCP]: Add bytes_acked (ABC) clearing to FRTO too

2007-10-11 Thread Ilpo Järvinen
I was reading tcp_enter_loss while looking for Cedric's bug and noticed bytes_acked adjustment is missing from FRTO side. Since bytes_acked will only be used in tcp_cong_avoid, I think it's safe to assume RTO would be spurious. During FRTO cwnd will be not controlled by tcp_cong_avoid and if FRTO

Re: [PATCH 1/7] [TCP]: Add bytes_acked (ABC) clearing to FRTO too

2007-10-11 Thread David Miller
From: Ilpo_Järvinen [EMAIL PROTECTED] Date: Thu, 11 Oct 2007 14:41:01 +0300 I was reading tcp_enter_loss while looking for Cedric's bug and noticed bytes_acked adjustment is missing from FRTO side. Since bytes_acked will only be used in tcp_cong_avoid, I think it's safe to assume RTO would