commit | 0ac78870220b6e0ac74dd9292bcfa7b18718babd | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Tue Nov 23 02:36:56 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 11:29:27 2010 -0800 |
tree | 19b0359b9a805857acf9ab713afd4e485e4da692 | |
parent | a301e1703edc088592f8c5c16f9bdd34a0792776 [diff] |
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 <gerrit@erg.abdn.ac.uk> Signed-off-by: David S. Miller <davem@davemloft.net>