commit | 3802408644515e29fb723d51a5317301b212cf3a | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Sun Nov 14 17:25:23 2010 +0100 |
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Mon Nov 15 07:11:59 2010 +0100 |
tree | 834533b0cf43366747ea237b43f06e4462aed94e | |
parent | 5753fdfe8bd8e9a2ff9e5af19b0ffc78bfcd502a [diff] |
dccp ccid-2: Update code for the Ack Vector input/registration routine This patch updates the code which registers new packets as received, using the new circular buffer interface. It contributes a new algorithm which * supports both tail/head pointers and buffer wrap-around and * deals with overflow (head/tail move in lock-step). Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>