From 300fd4a01cd55b140fdef32dd10313897d4d4827 Mon Sep 17 00:00:00 2001 From: starnakin Date: Tue, 16 Dec 2025 03:38:45 -0600 Subject: [PATCH] add: README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..60593e6 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# FT_PING + +A simple recreation of ping (from inetutils-2.0) in C + +### Flag supported +|long|short|Argument|Description| +|----|-----|--------|-----------| +| | ?| |Display help| +| | v| |Set verbose| +| | n| |Numeric only, display only host ip| +| ttl| |0 < ttl <= 255|Change ttl (defautl=116) +| | p|0 <= preload <= 2147483647|send a lot of packet before get recv| \ No newline at end of file