SpecialProxy/timeout.h

12 lines
174 B
C
Raw Normal View History

2018-12-07 09:29:41 +08:00
#ifndef TIME_H
#define TIME_H
#define DEFAULT_TIMEOUT 35
#include <time.h>
extern unsigned int timeout_seconds;
void *close_timeout_connectionLoop(void *nullPtr);
#endif