• G
    dccp tfrc: Receiver history initialisation routine · 24b8d343
    Gerrit Renker 提交于
    This patch 
     1) separates history allocation and initialisation, to facilitate early
        loss detection (implemented by a subsequent patch);
    
     2) removes duplication by using the existing tfrc_rx_hist_purge() if the
        allocation fails. This is now possible, since the initialisation routine
     3) zeroes out the entire history before using it. 
    Signed-off-by: NGerrit Renker <gerrit@erg.abdn.ac.uk>
    24b8d343
packet_history.h 5.1 KB