From 6390665d009d356fc1a49985c63d0b0add437ad4 Mon Sep 17 00:00:00 2001 From: Samuel Jero Date: Sat, 10 Nov 2012 22:09:41 -0500 Subject: [PATCH] Version now 1.1 --- ChangeLog | 11 +++++++++++ dccpping.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8073a12..f6c3fa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +11/10/2012 + v1.1 + Improvements: + 1)DCCP socket to reserve source port and choose source address. Note that this + requires host machine to support DCCP. + 2)Reverse DNS lookups (and -n switch to disable) + 3)Detailed Error Messages + 4)DCCP Service Code can be specified from commandline (-s switch) + 5)Much improved statistics + + 11/05/2012 v1.0 Initial Public Release diff --git a/dccpping.c b/dccpping.c index c0bc229..c7aab98 100644 --- a/dccpping.c +++ b/dccpping.c @@ -49,7 +49,7 @@ Date: 11/2012 #define DEFAULT_PORT 33434 -#define DCCPPING_VERSION 1.0 +#define DCCPPING_VERSION 1.1 #define MAX(x,y) (x>y ? x : y) extern int errno; #ifndef NI_IDN -- 2.39.2