mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Increased number of possible socket connections from 10 to 100
This commit is contained in:
parent
214ac17c1b
commit
09ec13b966
@ -28088,8 +28088,8 @@ void decode_post(char *logbook, LOGBOOK * lbs, const char *string, const char *b
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
#define N_MAX_CONNECTION 10
|
||||
#define KEEP_ALIVE_TIME 60
|
||||
#define N_MAX_CONNECTION 100
|
||||
#define KEEP_ALIVE_TIME 60
|
||||
|
||||
int ka_sock[N_MAX_CONNECTION];
|
||||
int ka_time[N_MAX_CONNECTION];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user