From 1581ac5997a3fcfc31b531e9db425cb5cc01806a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 27 Oct 2010 15:18:15 +0200 Subject: [PATCH] src/oping.h: Change the default payload message. --- src/oping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oping.h b/src/oping.h index 1935436..377bcf7 100644 --- a/src/oping.h +++ b/src/oping.h @@ -57,7 +57,7 @@ typedef struct pingobj pingobj_t; #define PING_DEF_TIMEOUT 1.0 #define PING_DEF_TTL 255 #define PING_DEF_AF AF_UNSPEC -#define PING_DEF_DATA "Florian Forster http://verplant.org/" +#define PING_DEF_DATA "liboping -- ICMP ping library " /* * Method definitions -- 2.11.0