We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000e16b commit 46f12dbCopy full SHA for 46f12db
test/regression.uts
@@ -1802,6 +1802,7 @@ from functools import partial
1802
def _test_flood(ip, flood_function, add_ether=False):
1803
with no_debug_dissector():
1804
p = IP(dst=ip)/TCP(sport=RandShort(), dport=80, flags="S")
1805
+ p[TCP].no_cache = True # Disable caching for the TCP layer, since `sport` is set with a random field.
1806
if add_ether:
1807
p = Ether()/p
1808
p.show2()
0 commit comments