-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DuplicateDevice
#33
Comments
When the device has decided that a packet should be duplicated, where should the duplicated packet go? Should it be at the head of the queue or at the tail of the queue, or a random position within? |
@un-lock-able We can implement this For more complex duplicate modes, such as a combination of duplicate and reordering, we can implement a new device in the future to handle it. |
I'm now writing the |
As for this question, we should define all trace-relavant things in |
What a pity there is no such thing as a formal specification of network emulation trace. Maybe we could write one to make things like alignment between loss / throughput / delay more predictable. |
I think it may be enough for alignment if the calibrated start time is implemented. |
@un-lock-able I have published a new version (v0.3.4) of the crate |
To duplicate a packet, should I add a trait bound of |
I think we can just make |
Yes, we could make Packet |
No description provided.
The text was updated successfully, but these errors were encountered: