chore: update README
This commit is contained in:
parent
c26de0b725
commit
13cc7071ee
1 changed files with 15 additions and 12 deletions
27
README.md
27
README.md
|
|
@ -41,18 +41,21 @@ ft_ping - Send ICMP ECHO_REQUEST to network hosts
|
|||
Usage: ft_ping [options] <destination>
|
||||
|
||||
Options:
|
||||
-h, --help Display this help and exit
|
||||
-V, --version Display version information and exit
|
||||
-v, --verbose Verbose output
|
||||
-q, --quiet Quiet mode (only show summary)
|
||||
-c, --count <NUM> Stop after sending N packets
|
||||
-i, --interval <SEC> Wait N seconds between packets
|
||||
-t, --ttl <TTL> Set Time To Live
|
||||
-s, --size <SIZE> Packet size in bytes
|
||||
-W, --timeout <SEC> Timeout for replies in seconds
|
||||
-w, --deadline <SEC> Exit after N seconds regardless of packets sent/received
|
||||
-f, --flood Flood mode
|
||||
-M, --dont-fragment Set the Don't Fragment bit
|
||||
-h, --help Display this help and exit
|
||||
-V, --version Display version information and exit
|
||||
-v, --verbose Verbose output
|
||||
-q, --quiet Quiet mode (only show summary)
|
||||
-c, --count <NUM> Stop after sending N packets
|
||||
-i, --interval <SEC> Wait N seconds between packets
|
||||
-T, --tos <NUM> Set Type of Service (TOS)
|
||||
-t, --ttl <TTL> Set Time To Live
|
||||
-s, --size <SIZE> Packet size in bytes
|
||||
-W, --linger <SEC> Timeout for replies in seconds
|
||||
-w, --timeout <SEC> Exit after N seconds regardless of packets sent/received
|
||||
-f, --flood Flood mode
|
||||
-M, --dont-fragment Set the Don't Fragment bit
|
||||
-l, --preload <NUM> Send N packets in burst before normal loop
|
||||
-p, --pattern <HEX> Fill packet payload with hex pattern
|
||||
```
|
||||
|
||||
## Modules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue