Merge "Tune up TIMEOUTs of IPSec CTS for low end devices"

This commit is contained in:
Treehugger Robot
2020-11-25 19:56:50 +00:00
committed by Gerrit Code Review

View File

@@ -47,7 +47,7 @@ public class TunUtils {
protected static final int IP6_PROTO_OFFSET = 6;
private static final int DATA_BUFFER_LEN = 4096;
private static final int TIMEOUT = 1000;
private static final int TIMEOUT = 2000;
private final List<byte[]> mPackets = new ArrayList<>();
private final ParcelFileDescriptor mTunFd;