timeouts, retries and reconnection handling improvements
r1660 | dcl | 2007-03-16 09:03:42 +1100 (Fri, 16 Mar 2007) | 2 lines
This commit is contained in:
@@ -12,8 +12,11 @@
|
||||
#ifndef SICSMULTICHAN
|
||||
#define SICSMULTICHAN
|
||||
|
||||
#define MCC_DISCONNECT 101
|
||||
#define MCC_RECONNECT 102
|
||||
#define MCC_TIMEOUT -1
|
||||
#define MCC_DISCONNECT -2
|
||||
#define MCC_RECONNECT -3
|
||||
#define MCC_RETRY_CMD -4
|
||||
#define MCC_POP_CMD -5
|
||||
|
||||
typedef struct __MultiChan MultiChan, *pMultiChan;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user