WireGuard rework for MacOS and Windows (#314)
WireGuard rework for MacOS and Windows
This commit is contained in:
parent
421a27ceae
commit
07c38e9b6c
60 changed files with 4779 additions and 434 deletions
|
|
@ -19,11 +19,15 @@ class DnsPingSender final : public PingSender {
|
|||
|
||||
void sendPing(const QHostAddress& dest, quint16 sequence) override;
|
||||
|
||||
void start();
|
||||
void stop() { m_socket.close(); }
|
||||
|
||||
private:
|
||||
void readData();
|
||||
|
||||
private:
|
||||
QUdpSocket m_socket;
|
||||
QHostAddress m_source;
|
||||
};
|
||||
|
||||
#endif // DNSPINGSENDER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue