Am considering different ways of catching up from packet-out of order without knowing prehand how this problem ‘feels’ like as i dont have any run statistics yet ?
But i was watching this video :
Where he briefly touches down on their experience with packets out of order and he says : "its not all over the place that packets out of order is often just a switched sequence:
So ex if i have 100 packets with number 1 to 100 then is it correctly understood that i wouldnt get in a situation where i get packet no 100 first and then packet 9 and then packet 88 etc or can you expect this completely random order ?
And in case you can exepct that things come in total different order - how do you guys handle this buffer wise ? do you have a magical time interval of XX millseconds where you allow the buffer to order whatever it can order in that time before you process it ?