yggdrasil-network / yggdrasil-android

Reference implementation for connecting to the Yggdrasil Network from Android devices
MIT License
107 stars 18 forks source link

Added workaround for DNS-reslver and fix for unmetered networks. #22

Closed Revertron closed 1 year ago

Revertron commented 1 year ago

There are two changes:

  1. Fix of DNS-resolver "optimization".
  2. Fix for some apps that see Yggdrasil as metered network and don't even try to work over it (Conversation XMPP client, for example).

There are extensive comments in the code.