diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2010-11-14 17:25:36 +0100 |
---|---|---|
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2010-11-15 07:11:59 +0100 |
commit | 18219463c884bfdb7954d298b9edb5194b14d621 (patch) | |
tree | d153af455b44eaf2fbf474515a2a7bb33b1b4b07 /net/ipv4/tcp_ipv4.c | |
parent | 3802408644515e29fb723d51a5317301b212cf3a (diff) | |
download | blackbird-op-linux-18219463c884bfdb7954d298b9edb5194b14d621.tar.gz blackbird-op-linux-18219463c884bfdb7954d298b9edb5194b14d621.zip |
dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module
This aggregates Ack Vector processing (handling input and clearing old state)
into one function, for the following reasons and benefits:
* all Ack Vector-specific processing is now in one place;
* duplicated code is removed;
* ensuring sanity: from an Ack Vector point of view, it is better to clear the
old state first before entering new state;
* Ack Event handling happens mostly within the CCIDs, not the main DCCP module.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions