Hi All,
I have the same question. When using STL, how to set TOS value ?
Like when I am starting traffic from trex console as : trex>startf -f stl/my_profile.py
In the Python traffic profile generator (myprofile.py), when the base packet is created it loos like this : base_pkt = Ether()/IP()/UDP()
Any options here with IP class constructor parameters ? I mean similar to : IP(ip.tos=6) ? I could not find it documented nowhere.
Thanks in advance.