chore: update README

This commit is contained in:
lohhiiccc 2026-04-23 16:08:20 +02:00
parent c26de0b725
commit 13cc7071ee

View file

@ -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