diff options
author | ramon <ramongomez@us.es> | 2017-05-11 11:07:07 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-05-11 11:07:07 +0000 |
commit | dd5efc656beeecf9ec169bdc70d6fd6ffd63dff7 (patch) | |
tree | f4a29f09118ab29be5aa34b2af6719fa2d4ca416 /client/shared/etc | |
parent | 7deab6eca49b52cf6a3b64a1b6fc31cdcc3f3869 (diff) |
#746: Velocidad de conexión por defecto configurable en variable {{{DEFAULTSPEED}}} del fichero {{{engine.cfg}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5293 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/etc')
-rw-r--r-- | client/shared/etc/engine.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/shared/etc/engine.cfg b/client/shared/etc/engine.cfg index 7f3456a8..2407c6b6 100644 --- a/client/shared/etc/engine.cfg +++ b/client/shared/etc/engine.cfg @@ -46,3 +46,9 @@ INSTALLOSCLIENT=FALSE # Funciones que no deben mostrar salida de avisos si son llamadas por otras funciones. NODEBUGFUNCTIONS="ogGetHivePath ogGetOsType ogUnmountAll ogUnmountCache" +# Velocidad de comunicación por defecto (muestra aviso en Browser si no se cumple): +# "", no usar esta característica. +# "100Mb/s", Fast Ethernet. +# "1000Mb/s", Gigabit Ethernet. +DEFAULTSPEED="" + |