We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9a7c6 commit 46e07bdCopy full SHA for 46e07bd
core/src/com/biglybt/core/dht/router/impl/DHTRouterContactImpl.java
@@ -49,11 +49,15 @@
49
DHTRouterContactImpl(
50
byte[] _node_id,
51
DHTRouterContactAttachment _attachment,
52
- boolean _has_been_alive )
+ boolean _known_to_be_alive )
53
{
54
node_id = _node_id;
55
attachment = _attachment;
56
- has_been_alive = _has_been_alive;
+
57
+ if ( _known_to_be_alive ){
58
59
+ setAlive();
60
+ }
61
62
if ( attachment != null ){
63
0 commit comments