kernel-ark/net/dccp/ccids/lib
Gerrit Renker 88e97a9334 dccp ccid-3: Update the RX history records in one place
This patch is a requirement for enabling ECN support later on. With that change
in mind, the following preparations are done:
 * renamed handle_loss() into congestion_event() since it returns true when a
   congestion event happens (it will eventually also take care of ECN packets);
 * lets tfrc_rx_congestion_event() always update the RX history records, since
   this routine needs to be called for each non-duplicate packet anyway;
 * made all involved boolean-type functions to have return type `bool';

Updating the RX history records is now only necessary for the packets received
up to sending the first feedback. The receiver code becomes again simpler.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-09-04 07:45:42 +02:00
..
loss_interval.c dccp ccid-3: Update the RX history records in one place 2008-09-04 07:45:42 +02:00
loss_interval.h dccp ccid-3: Update the RX history records in one place 2008-09-04 07:45:42 +02:00
Makefile
packet_history.c dccp ccid-3: Update the RX history records in one place 2008-09-04 07:45:42 +02:00
packet_history.h dccp ccid-3: Update the RX history records in one place 2008-09-04 07:45:42 +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