summaryrefslogtreecommitdiff
path: root/ci.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-02 14:10:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-02 14:10:51 +0200
commit969cd51b68ca69355654146536f22a2e7a68a236 (patch)
tree50968d2828c8e8527f32a68dfaa9da5a0170f339 /ci.c
parent8365632b3f201f1b903dd88d80593435ba9545a1 (diff)
downloadvdr-969cd51b68ca69355654146536f22a2e7a68a236.tar.gz
vdr-969cd51b68ca69355654146536f22a2e7a68a236.tar.bz2
Reduced MAX_CONNECT_RETRIES in ci.c to 2
Diffstat (limited to 'ci.c')
-rw-r--r--ci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.c b/ci.c
index 5218bdeb..f17a04b5 100644
--- a/ci.c
+++ b/ci.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.c 1.31 2005/10/02 13:20:41 kls Exp $
+ * $Id: ci.c 1.32 2005/10/02 14:10:51 kls Exp $
*/
#include "ci.h"
@@ -400,7 +400,7 @@ const uint8_t *cCiTransportConnection::Data(int &Length)
return tpdu->Data(Length);
}
-#define MAX_CONNECT_RETRIES 20
+#define MAX_CONNECT_RETRIES 2
int cCiTransportConnection::CreateConnection(void)
{