From 8992f7c3fdc95fea47340734b9d325bd2d19d04a Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 1 Jun 2011 06:54:10 +0000 Subject: [PATCH] go back to original default port number --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 58cedb51..6750808c 100755 --- a/src/global.h +++ b/src/global.h @@ -81,7 +81,7 @@ LED bar: lbr #define LLCON_DOWNLOAD_URL "http://sourceforge.net/projects/llcon/files" // defined port number for client and server -#define LLCON_DEFAULT_PORT_NUMBER 22122 +#define LLCON_DEFAULT_PORT_NUMBER 22124 // system sample rate (the sound card and audio coder works on this sample rate) #define SYSTEM_SAMPLE_RATE_HZ 48000 // Hz