timer/ping_pong.h
2024-06-23 18:28:05 -05:00

12 lines
270 B
C

#pragma once
#include <netinet/in.h>
#include "link.h"
int handle_ping_pong(int sockfd,
struct sockaddr_in6 * dest_addr,
void * buf, ssize_t length,
struct link_state * link_state
);