tansly/ceng435

Handle out-of-sequence packets by buffering in destination

Closed this issue · 1 comments

The destination script simply discards any out-of-sequence packets. Buffering future packets may significantly improve performance.

We've already run the experiments, so this will not help for that. May implement it later for fun.