51 bool checkPort(QString &host,
int port, std::chrono::milliseconds timeLimit=30s,
52 bool linkLocalOnly=
false);
54 static bool resolveLinkLocal(QString &host,
int port,
55 std::chrono::milliseconds timeLimit=30s);
58 void cancelPortCheck(
void);
61 bool m_cancelCheck {
false};
62 static void processEvents(
void);
Small class to handle TCP port checking and finding link-local context.
~PortChecker() override=default