mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-24 00:47:23 +00:00
Implement detection of local IPv6 addresses
This commit is contained in:
@@ -35,8 +35,15 @@ public:
|
||||
bool
|
||||
wake() const;
|
||||
|
||||
bool
|
||||
isReachableOverVpn() const;
|
||||
enum ReachabilityType
|
||||
{
|
||||
RI_UNKNOWN,
|
||||
RI_LAN,
|
||||
RI_VPN,
|
||||
};
|
||||
|
||||
ReachabilityType
|
||||
getActiveAddressReachability() const;
|
||||
|
||||
QVector<NvAddress>
|
||||
uniqueAddresses() const;
|
||||
|
||||
Reference in New Issue
Block a user