Skip to content
Snippets Groups Projects
Commit 2219e094 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Small fixes and no TABS mixed in with spaces

parent 8ecde78a
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ def udp_client_send(UDP_DEST_IP, UDP_DEST_PORT,
padding)).encode("utf-8"), (UDP_DEST_IP, UDP_DEST_PORT))
packet_count_snd = packet_count_snd + 1
#WAIT 5SEC FOR ALL PACKETS TO ARRIVE
#WAIT FOR ALL PACKETS TO ARRIVE
packet_wait_time = 3
time.sleep(packet_wait_time)
# Perhaps create a custom object where we store the statistics?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment