]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: fix comment for tp->highest_sack
authorNeal Cardwell <ncardwell@google.com>
Mon, 27 Feb 2012 22:52:52 +0000 (17:52 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Feb 2012 20:06:33 +0000 (15:06 -0500)
commit5e5fd9820fbbb2b92280b96ed718ac7f2d73673a
treefaccc868f922b2985341ba8dd6a6a401e6cf32d1
parent84435393b2907c23256c8102c1a3aae11660bc52
tcp: fix comment for tp->highest_sack

There was an off-by-one error in the comments describing the
highest_sack field in struct tcp_sock. The comments previously claimed
that it was the "start sequence of the highest skb with SACKed
bit". This commit fixes the comments to note that it is the "start
sequence of the skb just *after* the highest skb with SACKed bit".

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
include/net/tcp.h