linux/net/dccp/ccids
Gerrit Renker 20bbd0f75e dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
This removes the wrappers around the sk timer functions as it makes the code
clearer and not much is gained from using wrappers: the BUG_ON in 
start_rto_timer will never trigger since that function was called only when
 * the RTO timer expired (rto_expire, and then timer_pending() is false);
 * in tx_packet_sent only if !timer_pending() (BUG_ON is redundant here);
 * previously in new_ack, after stopping the timer (timer_pending() false).

One further motive behind this patch is to replace the RTO timer with the
icsk retransmission timer, as it is already part of the DCCP socket.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-09-04 07:45:39 +02:00
..
lib dccp tfrc/ccid-3: Computing Loss Rate from Loss Event Rate 2008-09-04 07:45:34 +02:00
ccid2.c dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() 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: Return-value convention of hc_tx_send_packet() 2008-09-04 07:45:38 +02:00
ccid3.h dccp ccid-3: Remove dead states 2008-09-04 07:45:35 +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