Re: [PATCH 6/9] [TCP]: Reorganize lost marking code

2007-05-31 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Sat, 26 May 2007 11:35:59 +0300 > From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= <[EMAIL PROTECTED]> > > The indentation started to get scary, so I reorganized code so > that some trivial ifs are in tcp_update_scoreboard and the main > loops remain in tcp_u

Re: [PATCH 6/9] [TCP]: Reorganize lost marking code

2007-05-27 Thread Ilpo Järvinen
int fast_rexmit) Noticed that the static got dropped here unintentionally, 2nd try included below. [PATCH 6/9] [TCP]: Reorganize lost marking code The indentation started to get scary, so I reorganized code so that some trivial ifs are in tcp_update_scoreboard and the main loo

[PATCH 6/9] [TCP]: Reorganize lost marking code

2007-05-26 Thread Ilpo Järvinen
From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= <[EMAIL PROTECTED]> The indentation started to get scary, so I reorganized code so that some trivial ifs are in tcp_update_scoreboard and the main loops remain in tcp_update_scoreboard_fack. It's much easier to view the actual changes with git-diff -w than f