This commit is contained in:
M66B 2016-01-10 08:33:06 +01:00
parent d8039a36ab
commit 86a81119d7
1 changed files with 1 additions and 3 deletions

View File

@ -680,11 +680,9 @@ public class SinkholeService extends VpnService implements SharedPreferences.OnS
in = new FileInputStream(pfd.getFileDescriptor());
out = new FileOutputStream(pfd.getFileDescriptor());
byte[] bytes = new byte[32768];
Log.i(TAG, "Start receiving");
//jni_receive(pfd.getFd());
byte[] bytes = new byte[32768];
while (!Thread.currentThread().isInterrupted() &&
pfd.getFileDescriptor() != null &&
pfd.getFileDescriptor().valid())