-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Issue Description
Implement the ping
command in C, which checks the connectivity to a specified IP address or hostname.
Features to Implement
- Send ICMP Echo Request packets to the target address.
- Display the response time for each packet.
- Show the number of packets sent and received.
- Handle errors for unreachable hosts or invalid input.
Note
Feel free to expand this functionality with options such as specifying the number of packets to send, setting a timeout, or enabling continuous pinging until interrupted.