Skip to content
  • Gerrit Renker's avatar
    2f3e3bba
    dccp ccid-3: Remove duplicate RX states · 2f3e3bba
    Gerrit Renker authored
    
    
    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: default avatarGerrit Renker <gerrit@erg.abdn.ac.uk>
    2f3e3bba
    dccp ccid-3: Remove duplicate RX states
    Gerrit Renker authored
    
    
    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: default avatarGerrit Renker <gerrit@erg.abdn.ac.uk>
Loading