diff options
Diffstat (limited to 'net/dccp/ccids/ccid3.c')
-rw-r--r-- | net/dccp/ccids/ccid3.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index 0a7c22598d62..50dac01e48c5 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
@@ -767,15 +767,7 @@ static void ccid3_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb) | |||
767 | */ | 767 | */ |
768 | if (sample != 0) | 768 | if (sample != 0) |
769 | hcrx->rtt = tfrc_ewma(hcrx->rtt, sample, 9); | 769 | hcrx->rtt = tfrc_ewma(hcrx->rtt, sample, 9); |
770 | |||
771 | } else if (tfrc_lh_update_i_mean(&hcrx->li_hist, skb)) { | ||
772 | /* | ||
773 | * Step (3) of [RFC 3448, 6.1]: Recompute I_mean and, if I_mean | ||
774 | * has decreased (resp. p has increased), send feedback now. | ||
775 | */ | ||
776 | do_feedback = CCID3_FBACK_PARAM_CHANGE; | ||
777 | } | 770 | } |
778 | |||
779 | /* | 771 | /* |
780 | * Check if the periodic once-per-RTT feedback is due; RFC 4342, 10.3 | 772 | * Check if the periodic once-per-RTT feedback is due; RFC 4342, 10.3 |
781 | */ | 773 | */ |