now sends ICMP_ECHO_REQUEST and recvs ICMP_ECHO_RESPONSE

This commit is contained in:
2025-03-31 08:31:09 -04:00
parent 67b0b77156
commit 5eb1c9bca2
3 changed files with 73 additions and 12 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"C_Cpp.errorSquiggles": "disabled"
}