X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftraffic_scripts%2Fsend_ip_icmp.py;h=711bf3dd2544090fa89c3508f659d3fc4fdd049e;hp=f797bda163db2d68536d19660258df4c1851fdd9;hb=a978ecded86a28d2b195c270e074031f1704dd15;hpb=a2bb116ad0962a99c37faea9ba87a7bfc9367a5e diff --git a/resources/traffic_scripts/send_ip_icmp.py b/resources/traffic_scripts/send_ip_icmp.py index f797bda163..711bf3dd25 100755 --- a/resources/traffic_scripts/send_ip_icmp.py +++ b/resources/traffic_scripts/send_ip_icmp.py @@ -47,7 +47,7 @@ def main(): sent_packets.append(pkt_raw) txq.send(pkt_raw) - ether = rxq.recv(10) + ether = rxq.recv(2) # Check whether received packet contains layers Ether, IP and ICMP if ether is None: