From 441a1f8e1eb63464540a8852b246120284fefc11 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Wed, 11 Sep 2013 17:32:13 -0400 Subject: Move to a new port for the new protocol I don't see any way to coexist with the old "protocol" --- btime_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btime_int.h') diff --git a/btime_int.h b/btime_int.h index 6872fce..84d6936 100644 --- a/btime_int.h +++ b/btime_int.h @@ -23,7 +23,7 @@ #ifndef __BTIME_INT_H #define __BTIME_INT_H -#define BTIME_PORT 23456 +#define BTIME_PORT 5016 #define BTIME_MSGLEN 128 #define MAX_RETRY 40 -- cgit