You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If use STLStream() with the argument flow_stats = STLFlowLatencyStats(pg_id=X), even if specify IP(tos=0) in the packet argument of STLStream() as shown below, when capture the generated packet, ECN (6-7th bits of tos(8 bits)) is 0x01.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
If use
STLStream()
with the argumentflow_stats = STLFlowLatencyStats(pg_id=X)
, even if specifyIP(tos=0)
in thepacket
argument ofSTLStream()
as shown below, when capture the generated packet, ECN (6-7th
bits of tos(8 bits)) is 0x01.How can I set ECN of the IP header of the generated packet to 0x00?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions