Updated to do's

This commit is contained in:
M66B 2016-02-19 10:51:09 +01:00
parent c992aa56fe
commit c16f159c5c
2 changed files with 0 additions and 3 deletions

View File

@ -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();

View File

@ -706,7 +706,6 @@ jboolean handle_tcp(const struct arguments *args,
cur->acked = ack;
}
// TODO terminate connection if difference too large
return 1;
}
else {