From 07837998265271ef4ff474cd450e7975003bc93b Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Thu, 27 Jan 2011 16:15:25 +0100 Subject: increased client side timeout for TUNE command --- client/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/socket.c b/client/socket.c index 0e8974f..3e6dec8 100644 --- a/client/socket.c +++ b/client/socket.c @@ -249,7 +249,7 @@ bool cClientSocket::SetChannelDevice(const cChannel *Channel) { std::string command = (std::string)"TUNE " + (const char*)Channel->GetChannelID().ToString(); - if (!Command(command, 220)) { + if (!Command(command, 220, 10000)) { if (errno == 0) esyslog("ERROR: Streamdev: Couldn't tune %s:%d to channel %s", RemoteIp().c_str(), RemotePort(), Channel->Name()); -- cgit v1.2.3