Re: [BUG] CCID3 - loss not detected if in order

2006-08-18 Thread burakgmail-dccp
Hi Ian, I had been trying to get a p value other than zero from some days, and I was relieved when I read your post yesterday. So I applied your lossfix and ccid3li patches (and all the other patches in http://wand.net.nz/~iam4/dccp/patches/ actually) to my linux boxes (both

[BUG] CCID3 - loss not detected if in order

2006-07-20 Thread Ian McDonald
Hi folks, Loss is not being detected correctly in CCID3 and p never gets to be anything but 0. In ccid3_hc_rx_packet_recv the loss code can only be called if dccp_rx_hist_add_packet returns 1. This only can only return 1 if packets are out of order. In normal loss this will never return 1. p