aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp')
-rw-r--r--net/dccp/ccids/ccid2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid2.c b/net/dccp/ccids/ccid2.c
index 699a56674659..e0acd1ba4e88 100644
--- a/net/dccp/ccids/ccid2.c
+++ b/net/dccp/ccids/ccid2.c
@@ -122,7 +122,7 @@ static int ccid2_hc_tx_send_packet(struct sock *sk,
122 } 122 }
123 } 123 }
124 124
125 return 100; /* XXX */ 125 return 1; /* XXX CCID should dequeue when ready instead of polling */
126} 126}
127 127
128static void ccid2_change_l_ack_ratio(struct sock *sk, int val) 128static void ccid2_change_l_ack_ratio(struct sock *sk, int val)