net-tools/includes/ping/ft_ping_const.h

16 lines
327 B
C

#ifndef FT_PING_CONST
#define FT_PING_CONST
/* Default configuration values */
#define DEFAULT_COUNT 0
#define DEFAULT_PRELOAD 1
#define DEFAULT_INTERVAL 1.0
#define DEFAULT_TTL 64
#define DEFAULT_PACKET_SIZE 56
#define DEFAULT_LINGER 1.0
/* Maximum values */
#define MAX_PACKET_SIZE 65507
#define MAX_TTL 255
#endif