4 lines
78 B
Python
4 lines
78 B
Python
|
"""Tracks devices by sending a ICMP echo request (ping)."""
|
||
|
|
||
|
PING_TIMEOUT = 3
|