aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-02-22 19:41:23 +0000
committerDeterminant <tederminant@gmail.com>2020-02-22 19:41:23 +0000
commitc6081c9fdb833f56864f99b87c4254a1f2896e94 (patch)
tree9c1df0c8b99aa5d84efe8d10c7778d8b401e81f5 /include
parent3707146f42ccc066edf214cc77118f91b687e47b (diff)
...
Diffstat (limited to 'include')
-rw-r--r--include/salticidae/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salticidae/network.h b/include/salticidae/network.h
index 19d6db0..27fc6d6 100644
--- a/include/salticidae/network.h
+++ b/include/salticidae/network.h
@@ -1155,7 +1155,7 @@ int32_t PeerNetwork<O, _, __>::conn_peer(const PeerId &pid, int32_t ntry, double
/* has to terminate established connection *before* making the next
* attempt */
if (p->state == Peer::State::DISCONNECTED && ntry)
- start_active_conn(p.get());
+ p->ev_retry_timer.add(0);
else if (p->state == Peer::State::CONNECTED)
{
p->state = Peer::State::RESET;