Skip to content
  • Gerrit Renker's avatar
    dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module · 18219463
    Gerrit Renker authored
    
    
    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: default avatarGerrit Renker <gerrit@erg.abdn.ac.uk>
    18219463