File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ A pure python ping implementation using raw sockets.
1212 === Usage ===
1313
1414{{{
15- usage: python-ping [-h] [-t TIMEOUT] [-c REQUEST_COUNT] [-I] [-s PACKET_SIZE]
16- [-T]
15+ $ sudo python3 ping.py -h
16+ usage: python-ping [-h] [-t TIMEOUT] [-c REQUEST_COUNT] [-i] [-I]
17+ [-s PACKET_SIZE] [-T]
1718 address
1819
1920A pure python implementation of the ping protocol. *REQUIRES ROOT*
@@ -28,6 +29,7 @@ optional arguments:
2829 -c REQUEST_COUNT, --request_count REQUEST_COUNT
2930 The number of attempts to make. See --infinite to
3031 attempt requests until stopped.
32+ -i, --infinite Flag to continuously ping a host until stopped.
3133 -I, --ipv6 Flag to use IPv6.
3234 -s PACKET_SIZE, --packet_size PACKET_SIZE
3335 Designate the amount of data to send per packet.
You can’t perform that action at this time.
0 commit comments