shadowsocks impl
This commit is contained in:
parent
95cbb07cbb
commit
ec9ae0ef4f
20 changed files with 380 additions and 117 deletions
|
@ -27,6 +27,8 @@ public:
|
|||
bool onDisconnected() const;
|
||||
void disconnectFromVpn();
|
||||
|
||||
VpnProtocol::ConnectionState connectionState();
|
||||
|
||||
signals:
|
||||
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);
|
||||
void connectionStateChanged(VpnProtocol::ConnectionState state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue