2005-12-15 jrandom

* Added a first pass to the I2PSnark web UI (see /i2psnark/)
This commit is contained in:
jrandom
2005-12-16 03:00:48 +00:00
committed by zzz
parent b37bb9372e
commit 3ec92c8b62
16 changed files with 930 additions and 107 deletions

View File

@ -37,7 +37,7 @@ public class Peer implements Comparable
private final PeerID peerID;
private final byte[] my_id;
private final MetaInfo metainfo;
final MetaInfo metainfo;
// The data in/output streams set during the handshake and used by
// the actual connections.