commit | 26722873a460703e319462afa7ebb8ed3a036c07 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Fri Aug 24 22:21:50 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Aug 26 18:35:36 2007 -0700 |
tree | d621eb098a252a8e91d74d635d33eb30ee05aa21 | |
parent | a96fb49be3dd2031f722bf32af6ed7db965b60f7 [diff] |
[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>