🏗️」 wip: TODO

This commit is contained in:
2025-08-16 21:43:15 +02:00
parent ac8e8638e9
commit 4c13d78559
4 changed files with 19 additions and 0 deletions

View File

@ -81,6 +81,7 @@ int send_ping(int socket, struct sockaddr_in *dest, options_t opt) {
return EXIT_SUCCESS;
}
// TODO: fix this shitty loop
int ping(args_t *args) {
int ret;
options_t opt = init_opt(args);