51 bool checkPort(
const QString &host,
int port, std::chrono::milliseconds timeLimit = 30s);
53 bool resolveLinkLocal(QString &host,
int port,
54 std::chrono::milliseconds timeLimit = 30s);
57 void cancelPortCheck(
void);
60 bool m_cancelCheck {
false};
Small class to handle TCP port checking and finding link-local context.
~PortChecker() override=default