From: Samuel Jero Date: Sun, 11 Nov 2012 03:09:41 +0000 (-0500) Subject: Version now 1.1 X-Git-Url: http://sjero.net/git/?p=dccpping;a=commitdiff_plain;h=6390665d009d356fc1a49985c63d0b0add437ad4 Version now 1.1 --- 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