diff --git a/src/channel.h b/src/channel.h index 7613e21e..f822f93a 100755 --- a/src/channel.h +++ b/src/channel.h @@ -33,15 +33,14 @@ #include "buffer.h" #include "audiocompr.h" #include "util.h" -#include "resample.h" #include "protocol.h" /* Definitions ****************************************************************/ // Set the time-out for the input buffer until the state changes from -// connected to not-connected (the actual time depends on the way the error +// connected to not connected (the actual time depends on the way the error // correction is implemented) -#define CON_TIME_OUT_SEC_MAX 20 // seconds +#define CON_TIME_OUT_SEC_MAX 60 // seconds // no valid channel number #define INVALID_CHANNEL_ID ( MAX_NUM_CHANNELS + 1 )