[erlang-questions] Packets deduplication
Max Lapshin
max.lapshin@REDACTED
Thu Feb 18 21:24:34 CET 2016
Perhaps structure for keeping fetched packets can look like:
WindowBeginning
then list of binaries of N bytes each, which are bitmaps. Some of binaries
can be replaced by atom 'true' if all bits are set
and WindowEnd
My question here is: when to send retransmit request? I suppose that this
question is very close to TCP problems, so it cannot have a simple answer,
but maybe you have some good enough answer for you?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160218/90856eea/attachment.htm>
More information about the erlang-questions
mailing list