android_kernel_xiaomi_sdm845/net/dccp/ccids/lib
Gerrit Renker 24b8d34321 dccp tfrc: Receiver history initialisation routine
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: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-09-04 07:45:40 +02:00
..
loss_interval.c dccp ccid-3: Replace lazy BUG_ON with condition 2008-09-04 07:45:25 +02:00
loss_interval.h [TFRC]: Remove previous loss intervals implementation 2008-01-28 14:57:20 -08:00
Makefile [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00
packet_history.c dccp tfrc: Receiver history initialisation routine 2008-09-04 07:45:40 +02:00
packet_history.h dccp tfrc: Receiver history initialisation routine 2008-09-04 07:45:40 +02:00
tfrc_equation.c dccp tfrc: Suppress unavoidable "below resolution" warning 2008-09-04 07:45:40 +02:00
tfrc.c dccp: Toggle debug output without module unloading 2008-09-04 07:45:25 +02:00
tfrc.h dccp tfrc/ccid-3: Computing Loss Rate from Loss Event Rate 2008-09-04 07:45:34 +02:00