Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Snawoot/winping
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Mar 21, 2019
2 parents ed6bf56 + e86a92f commit ec9f677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
-w TIMEOUT timeout in milliseconds to wait for each reply (default: 1000)
-l SIZE timeout in seconds to wait for each reply (default: 32)
-l SIZE number of data bytes to be sent (default: 32)
-t ping the specified host until stopped (default: False)
-n COUNT number of echo requests to send (default: 4)
-4 force using IPv4 (default: False)
Expand Down Expand Up @@ -82,5 +82,5 @@ For example of working ping utility see [winping/\_\_main\_\_.py](winping/__main

## Limitations

* Works only on Windows XP and newer.
* Works only on Windows XP / Windows Server 2003 and newer.
* No asyncio support at this moment, but you may run ping in thread executor.

0 comments on commit ec9f677

Please sign in to comment.