[TCP] FRTO: Comment cleanup & improvement
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Thu, 22 Feb 2007 07:01:36 +0000 (23:01 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:03 +0000 (22:23 -0700)
commit30935cf4f915c3178ce63331d6ff4c82163e26af
tree481acea11d681837c87d6da0a9bc848384ce4199
parentbdaae17da81db79b9aa4dfbf43305cfeef64f6a8
[TCP] FRTO: Comment cleanup & improvement

Moved comments out from the body of process_frto() to the head
(preferred way; see Documentation/CodingStyle). Bonus: it's much
easier to read in this compacted form.

FRTO algorithm and implementation is described in greater detail.
For interested reader, more information is available in RFC4138.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c