mirror of https://github.com/M66B/NetGuard.git
Updated to do's
This commit is contained in:
parent
c992aa56fe
commit
c16f159c5c
|
@ -57,8 +57,6 @@ public class DatabaseHelper extends SQLiteOpenHelper {
|
|||
|
||||
private ReentrantReadWriteLock mLock = new ReentrantReadWriteLock(true);
|
||||
|
||||
// TODO precompiled statements
|
||||
|
||||
static {
|
||||
hthread = new HandlerThread("DatabaseHelper");
|
||||
hthread.start();
|
||||
|
|
|
@ -706,7 +706,6 @@ jboolean handle_tcp(const struct arguments *args,
|
|||
cur->acked = ack;
|
||||
}
|
||||
|
||||
// TODO terminate connection if difference too large
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue