Use byte array instead of PubKeys, Use uid for mailbox msg, Improve storage data structure, Renamings, Cleanup

This commit is contained in:
Manfred Karrer 2016-02-22 23:20:20 +01:00
parent bb6334f6a0
commit 77511a43f5
101 changed files with 869 additions and 1074 deletions

View file

@ -211,7 +211,6 @@ public abstract class Connection implements Closeable {
} else {
if (running) {
onError(new ConnectionException(e));
// TODO: Fault Tolerance?
if (e instanceof EOFException) {
try {
close(false, PredefinedDisconnectReason.RESET);

View file

@ -118,7 +118,6 @@ public class TorNodeTest {
sock.close();
}
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}