diff options
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/traffic_scripts/send_ip_icmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |