我有一个数据流,以不断上升的指数(n++)向我发送数据。 其中一些数据有可能按顺序发送,丢失或以其他方式需要重新发送。
<><>Example>
Assume I有一份安全记录文件,由我的评估进行监测。 可能会有一种坏的幌子来压制或防止几个条目的传播。 我要提醒我注意这一事实。
还假设这一数据可按顺序送交记录员。
It seems this logic is everywhere I don t want to reinvent the wheel and do something less than efficient.
<<><><><><>>>>><><><>>>>>
How should I implement (or what reference implementation exists) that allows me to track data received out of order and may contain missing data in a sequence?
(请你协助提出这一问题)