]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit655ae984676d3ea6581de8c467b5f4c866d9e7ec
treed621eb098a252a8e91d74d635d33eb30ee05aa21
parentbc98ff8a28313c98075681e8865a31c5a9b7fa59
[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