]> Git Repo - linux.git/commit - net/dccp/input.c
dccp: fix error in updating the GAR
authorGerrit Renker <[email protected]>
Tue, 23 Nov 2010 02:36:56 +0000 (02:36 +0000)
committerDavid S. Miller <[email protected]>
Sun, 28 Nov 2010 19:29:27 +0000 (11:29 -0800)
commit0ac78870220b6e0ac74dd9292bcfa7b18718babd
tree19b0359b9a805857acf9ab713afd4e485e4da692
parenta301e1703edc088592f8c5c16f9bdd34a0792776
dccp: fix error in updating the GAR

This fixes a bug in updating the Greatest Acknowledgment number Received (GAR):
the current implementation does not track the greatest received value -
lower values in the range AWL..AWH (RFC 4340, 7.5.1) erase higher ones.

Signed-off-by: Gerrit Renker <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/dccp/input.c
This page took 0.048843 seconds and 4 git commands to generate.