diff --git a/README.md b/README.md index 8240400..d9a60ce 100644 --- a/README.md +++ b/README.md @@ -41,18 +41,21 @@ ft_ping - Send ICMP ECHO_REQUEST to network hosts Usage: ft_ping [options] 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 Stop after sending N packets - -i, --interval Wait N seconds between packets - -t, --ttl Set Time To Live - -s, --size Packet size in bytes - -W, --timeout Timeout for replies in seconds - -w, --deadline 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 Stop after sending N packets + -i, --interval Wait N seconds between packets + -T, --tos Set Type of Service (TOS) + -t, --ttl Set Time To Live + -s, --size Packet size in bytes + -W, --linger Timeout for replies in seconds + -w, --timeout Exit after N seconds regardless of packets sent/received + -f, --flood Flood mode + -M, --dont-fragment Set the Don't Fragment bit + -l, --preload Send N packets in burst before normal loop + -p, --pattern Fill packet payload with hex pattern ``` ## Modules