i2psnark: Add skipped length on details page

reorder some logging
volatile
This commit is contained in:
zzz
2015-11-18 13:43:14 +00:00
parent 679fe9b044
commit 4c72c08d65
5 changed files with 77 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ public class Peer implements Comparable<Peer>
// Keeps state for in/out connections. Non-null when the handshake
// was successful, the connection setup and runs
PeerState state;
volatile PeerState state;
/** shared across all peers on this torrent */
MagnetState magnetState;