diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-08-14 12:37:36 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-08-14 12:48:21 +0200 |
commit | ca545d39bd68d156a0dddbab204e743202dbfba3 (patch) | |
tree | 59c1f02c30eb18237c3602d64fe8acee30fd94d0 /src/ogAdmLib.h | |
parent | 060e31cb53386282f1995937c18fe39855865046 (diff) |
#998 disable incremental image API
This API is not supported by ogClient yet and it uses the obsolete socket hydra API.
Diffstat (limited to 'src/ogAdmLib.h')
-rw-r--r-- | src/ogAdmLib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ogAdmLib.h b/src/ogAdmLib.h index c6c251d..ee8870e 100644 --- a/src/ogAdmLib.h +++ b/src/ogAdmLib.h @@ -29,7 +29,6 @@ #define LONGITUD_PARAMETROS 8192 // Longitud estandar de la información de la trama (parámetros) #define MAXCMD_PARAMETROS 200 // Máximo número de parámetros de una trama -#define MAXIMOS_CLIENTES 4000 // Máximo número de conexiones con ordenadores clientes #define MAXIMAS_FUNCIONES LONSTD // Máximo número de funciones que procesan los mensajes entre servicio y clientes #define CLIENTE_OCUPADO "BSY" // Cliente ocupado |