[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sat, 25 Aug 2007 05:21:50 +0000 (22:21 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 27 Aug 2007 01:35:36 +0000 (18:35 -0700)
commit26722873a460703e319462afa7ebb8ed3a036c07
treed621eb098a252a8e91d74d635d33eb30ee05aa21
parenta96fb49be3dd2031f722bf32af6ed7db965b60f7
[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.

People often get tripped up by this function and think that
it does not implemented the prescribed algorithms from
RFC2414 and RFC3390, even though it does.

So add a comment to head off such misunderstandings in the
future.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c