linux/net/dccp/ccids
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
..
lib dccp ccid-3: Update the RX history records in one place 2008-09-04 07:45:42 +02:00
ccid2.c tcp/dccp: Consolidate common code for RFC 3390 conversion 2008-09-04 07:45:39 +02:00
ccid2.h dccp ccid-2: Replace broken RTT estimator with better algorithm 2008-09-04 07:45:39 +02:00
ccid3.c dccp ccid-3: Update the RX history records in one place 2008-09-04 07:45:42 +02:00
ccid3.h dccp ccid-3: Always perform receiver RTT sampling 2008-09-04 07:45:41 +02:00
Kconfig dccp ccid-2: Remove old infrastructure 2008-09-04 07:45:37 +02:00
Makefile [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation 2006-03-20 17:41:47 -08:00