mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-27 21:55:08 +03:00
Added todo and info.
This commit is contained in:
parent
a3ed1153f7
commit
73b6fa9132
1 changed files with 2 additions and 0 deletions
|
@ -297,6 +297,8 @@ open class PacketTunnelProvider: VpnService() {
|
|||
} catch (e: Exception) {
|
||||
Log.i(TAG, "Error in write: $e")
|
||||
if (e.toString().contains("ENOBUFS")) {
|
||||
//TODO Check this by some error code
|
||||
//More info about this: https://github.com/AdguardTeam/AdguardForAndroid/issues/724
|
||||
continue
|
||||
}
|
||||
break@writes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue