Searched refs:maxSecsToConnect (Results 1 – 1 of 1) sorted by relevance
211 int startTime = -1, maxSecsToConnect = 0; variable487 if(startTime>0 && time(0)>startTime+maxSecsToConnect) in refreshCallback()504 if(startTime>0 && time(0)>startTime+maxSecsToConnect) in newClient()521 maxSecsToConnect = atoi(argv[i+1])/1000; in main()