0

I want to reproduce the following mininet experiment mininet-test

and i now want to change the marking threshold K of TCP-ECN to test how the value K will affect the result of the simulation.

But i don't know where can i change this value K in the source code because it seem not defined. Can anyone help?

Chung
  • 123
  • 1
  • 1
  • 8

1 Answers1

0

Value K is configured as a special case of a red qdisc.

This post and its code show exmples (notice the options of enable_red and red_params).

rossini
  • 751
  • 4
  • 6