From e8b65b6c0d9fe61f76493503b0eb15e1f4b57732 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 18 Aug 2013 18:08:08 +0000 Subject: [PATCH] disable the "socket in separate thread" code again since it does not perform the way it was intended to --- src/global.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/global.h b/src/global.h index e2022a65..5316b00f 100755 --- a/src/global.h +++ b/src/global.h @@ -74,8 +74,12 @@ LED bar: lbr // be put in the jitter buffer with highest priority). // Since the new code is still in "experimental state", we introduced this macro // to enable/disable the new code. -#define ENABLE_RECEIVE_SOCKET_IN_SEPARATE_THREAD -//#undef ENABLE_RECEIVE_SOCKET_IN_SEPARATE_THREAD +// +// I disabled the new code again since it seems not to improve the situation +// much. Maybe things must be tweaked for it to work correctly... +// +//#define ENABLE_RECEIVE_SOCKET_IN_SEPARATE_THREAD +#undef ENABLE_RECEIVE_SOCKET_IN_SEPARATE_THREAD