receive of icmp work, needs statistics and missing settings

This commit is contained in:
2025-04-30 18:20:59 +02:00
parent 0021a51f61
commit b4afb26076
5 changed files with 54 additions and 28 deletions

View File

@ -28,6 +28,6 @@ clean:
rm -rf $(OBJS_DIR)
fclean: clean
rm $(NAME)
rm -f $(NAME)
.PHONY: clean fclean