Home | History | Annotate | Download | only in src

Lines Matching full:reconnect

135     dl->reconnect_tries = dl->cfg.reconnect.max;
170 datalink_StartDialTimer(dl, dl->cfg.reconnect.timeout);
174 log_Printf(LogCHAT, "%s: Reconnect try %d of %d\n",
175 dl->name, dl->cfg.reconnect.max - dl->reconnect_tries,
176 dl->cfg.reconnect.max);
835 dl->cfg.reconnect.max = 0;
836 dl->cfg.reconnect.timeout = RECONNECT_TIMEOUT;
977 dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max;
1101 prompt_Printf(arg->prompt, " Reconnect tries: %d, delay ",
1102 arg->cx->cfg.reconnect.max);
1103 if (arg->cx->cfg.reconnect.timeout > 0)
1104 prompt_Printf(arg->prompt, "%ds\n", arg->cx->cfg.reconnect.timeout);
1161 arg->cx->cfg.reconnect.timeout = atoi(arg->argv[arg->argn]);
1162 arg->cx->cfg.reconnect.max = atoi(arg->argv[arg->argn+1]);