Forget the previous patch, it doesn't work with low ports values, it
should be something like that.

2891c2891,2895
<                                       sumd2 += sumd;
---
>                                       if (sum2 > sum1)
>                                               sumd = sum2 - sum1 + 1;
>                                       else
>                                               sumd = sum2 - sum1;
>                                       sumd2 += sumd;


Reply via email to