|
|
Forums-> DCCP-TP-> Condition always results false
|
ckoliver
|
Condition always results false
|
|
Dear Tom and everybody else,
Using DCCP-TP/CCID3 a video encoded on the fly transmission, I noted that the allowed rate is cut until to reach the minimum rate 22.21875. Afterwards, it doesn't increase anymore. Debugging the ccid3SenderRcvAckblePacket function (ccid3Sender.c), I found that the reason was because the calculateXAllowed function is not called since the expression
if (pkt->chdr.hasAck &&
((info->isFeedbackPkt & DCTPCCID3_REQFDBKOPTIONS) == DCTPCCID3_REQFDBKOPTIONS)) {
always result 0.
Someone had a similar problem or it is expected?
Regards,
Cristian
|
|
|
|
|