-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
#ifndef CONFIGURACIONES | ||
#define CONFIGURACIONES | ||
|
||
#define NUM_INTENTOS 3 //Número máximo de intentos si el server no responde | ||
#define LON_MAX_MENSAJE 100 //Longitud máxima del buffer de mensajes FIXME Hay que cambiarlo | ||
#define NUM_MAX_PUESTOS 200 //Capacidad del estacionamiento FIXME esto está dado | ||
#define TIEMPO_MAX_USEG 100000 //Tiempo de espera de servidor máximo en miles de milisegundos | ||
#define TIEMPO_MAX_SEG 0 //Tiempo de espera de servidor máximo en segundos (Se suma con el anterior) | ||
#define NUM_MAX_PUESTOS 200 //Capacidad del estacionamiento | ||
#define TIEMPO_MAX_USEG 0 //Tiempo de espera de servidor máximo en miles de milisegundos | ||
#define TIEMPO_MAX_SEG 1 //Tiempo de espera de servidor máximo en segundos (Se suma con el anterior) | ||
#define MAX_PUERTO 65535 // número máximo de puertos | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters