Skip to content

link delay and wireshark RTT are inconsistent #614

Answered by bharnden
PatrickTague asked this question in Q&A
Discussion options

You must be logged in to vote

In your original example:
RTT = 4ms (1 for host1 -> switch, 1 for switch -> host2, 1 for host2 -> switch, 1 for switch to host1), but it comes up in wireshark as RTT = 2ms

This is the current effect:
RTT = 2ms (0 for host1 -> switch, 1 for switch -> host2, 0 for host2 -> switch, 1 for switch to host1), which matches up with my above explanation

tc is configuring the veth pair of an interface inside a node on the host side currently, so delay only gets impacted when received by a node, not going out as one may assume. The switches have 0 delay in the scenario.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PatrickTague
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants