diff --git a/net/dccp/ccids/ccid2.c b/net/dccp/ccids/ccid2.c index 699a56674659b400e3df1c3395b3896aeb51b7f9..e0acd1ba4e88709f4c20240bbd892e1ab5e2b8c8 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, } } - return 100; /* XXX */ + return 1; /* XXX CCID should dequeue when ready instead of polling */ } static void ccid2_change_l_ack_ratio(struct sock *sk, int val)