• G
    dccp ccid-3: Remove duplicate RX states · 2f3e3bba
    Gerrit Renker 提交于
    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: NGerrit Renker <gerrit@erg.abdn.ac.uk>
    2f3e3bba
ccid3.h 5.1 KB