You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that the counters in utp_context_stats needs to be bigger than uint32 (the current type).
I was playing with a seeding application using the libutp. I noticed that for a single 1.4GB file the count of the smallest received packets (<= 23 Bytes, ACKS) reached over a million. Same was true for the count of biggest sent packets (> 1400 Bytes). I can imagine that for 24/7 application these 32 bit counters will overflow in few (1-3) weeks.
The text was updated successfully, but these errors were encountered:
It seems to me that the counters in utp_context_stats needs to be bigger than uint32 (the current type).
I was playing with a seeding application using the libutp. I noticed that for a single 1.4GB file the count of the smallest received packets (<= 23 Bytes, ACKS) reached over a million. Same was true for the count of biggest sent packets (> 1400 Bytes). I can imagine that for 24/7 application these 32 bit counters will overflow in few (1-3) weeks.
The text was updated successfully, but these errors were encountered: