#pragma once #include #include "link.h" #define PING_INTERVAL 5 int handle_ping_pong(int sockfd, struct sockaddr_in6 * dest_addr, void * buf, ssize_t length, struct link_state * link_state );