]> sjero.net Git - dccpping/commitdiff
Version now 1.1
authorSamuel Jero <sj323707@ohio.edu>
Sun, 11 Nov 2012 03:09:41 +0000 (22:09 -0500)
committerSamuel Jero <sj323707@ohio.edu>
Sun, 11 Nov 2012 03:09:41 +0000 (22:09 -0500)
ChangeLog
dccpping.c

index 8073a12531b96a297ddc8ba79ba0e2d271151060..f6c3fa37487a97a8cb4f603436bb6432ccdc80df 100644 (file)
--- 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
index c0bc22967aef939be2f82158ba9bd226718c3af2..c7aab98c4f0dbcbd4ee7a2a8a1648deb5d71ba54 100644 (file)
@@ -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