diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-04 07:30:19 +0200 |
---|---|---|
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-04 07:45:41 +0200 |
commit | 2f3e3bbad917c426d3aba03a535809e5699de156 (patch) | |
tree | e00bd5c8ccfad4444e8cc6ee8eb0d90223292390 /net/dccp/ccids/lib | |
parent | 34a081be8e14b7ada70e069b65b05d54db4af497 (diff) | |
download | linux-2f3e3bbad917c426d3aba03a535809e5699de156.tar.bz2 |
dccp ccid-3: Remove duplicate RX states
The only state information that the CCID-3 receiver keeps is whether initial
feedback has been sent or not. Further, this overlaps with use of feedback:
* state == TFRC_RSTATE_NO_DATA as long as no feedback has been sent;
* state == TFRC_RSTATE_DATA as soon as the first feedback has been sent.
This patch reduces the duplication, by memorising the type of the last feedback.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Diffstat (limited to 'net/dccp/ccids/lib')
0 files changed, 0 insertions, 0 deletions