1. ping delay possible fix

This commit is contained in:
vadym 2020-08-05 04:11:14 -07:00
parent 77c01df982
commit a24e3ad645

View File

@ -230,7 +230,7 @@ class YggdrasilTunService : VpnService() {
if (length > 0){
yggConduitEndpoint.send(buffer.sliceArray(IntRange(0, length - 1)))
} else {
Thread.sleep(100)
Thread.sleep(10)
}
} catch (e: IOException) {
e.printStackTrace()