From 13cc7071ee31e6a8f2e6ce950098b2aefdcc6f5b Mon Sep 17 00:00:00 2001 From: lohhiiccc Date: Thu, 23 Apr 2026 16:08:20 +0200 Subject: [PATCH] chore: update README --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) 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