mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Reduced MAX_CONNECT_RETRIES in ci.c to 2
This commit is contained in:
parent
8365632b3f
commit
969cd51b68
2
HISTORY
2
HISTORY
@ -3876,3 +3876,5 @@ Video Disk Recorder Revision History
|
||||
- Now skipping some funny characters sent by some CAMs at the beginning of strings.
|
||||
- The CAM menu is now completely closed when pressing the Menu key while inside
|
||||
a sub menu.
|
||||
- Reduced MAX_CONNECT_RETRIES in ci.c to 2 (waiting too long made the whole thing
|
||||
appear hanging).
|
||||
|
4
ci.c
4
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user