21 #include "ThreadCreator.h"
22 #include "PassiveTimer.h"
45 static bool check(
const std::string& _ip,
int _port, timeout_t tout ) noexcept;
48 static bool check(
const std::string& iaddr, timeout_t tout ) noexcept;
55 static bool ping(
const std::string& _ip, timeout_t tout = 1000,
const std::string& ping_argc =
"-c 1 -w 0.1 -q -n" ) noexcept;
62 #endif // _TCPCheck_H_