readme: add: -s

This commit is contained in:
2025-12-16 05:42:44 -06:00
parent be2a3337c4
commit bd178a5cda

View File

@@ -9,4 +9,5 @@ A simple recreation of ping (from inetutils-2.0) in C
| | v| |Set verbose| | | v| |Set verbose|
| | n| |Numeric only, display only host ip| | | n| |Numeric only, display only host ip|
| ttl| |0 < ttl <= 255|Change ttl (defautl=116) | ttl| |0 < ttl <= 255|Change ttl (defautl=116)
| | p|0 <= preload <= 2147483647|send a lot of packet before get recv| | | p|0 <= preload <= 2147483647|send packets before get recv|
| | s|0 <= payload size <= 2147483647|send packet with a specific payload size|