]> sjero.net Git - dccpping/blobdiff - dccpping.c
Add manpage
[dccpping] / dccpping.c
index c0bc22967aef939be2f82158ba9bd226718c3af2..b71a7e3bb08998aaa0b0be4e00d482e1ae4011a4 100644 (file)
@@ -45,11 +45,11 @@ Date: 11/2012
 #include "checksums.h"
 
 
-#define DEFAULT_SERVICE_CODE 0x50455246
+#define DEFAULT_SERVICE_CODE 1885957735
 #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