drblah / multi-connect

A continuation of mpconn
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Packet sorter Seq numer underflow #3

Closed drblah closed 8 months ago

drblah commented 8 months ago

Currently we can have an underflow when calculating the sequence number gap between known packets and new incomming packets. This should be changed to be a checked subtraction and handle errors accordingly.