add: README

This commit is contained in:
2025-12-16 03:38:45 -06:00
parent e0654dd076
commit 300fd4a01c

12
README.md Normal file
View File

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