From 64f34dccc2b891931223fc9b2cf37741bb1cbd3f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 23 Feb 2019 12:36:39 -0500 Subject: [PATCH] set transit started time holy what the crap. --- llarp/path/transit_hop.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llarp/path/transit_hop.cpp b/llarp/path/transit_hop.cpp index 28d098b9b..136bf1e28 100644 --- a/llarp/path/transit_hop.cpp +++ b/llarp/path/transit_hop.cpp @@ -47,6 +47,7 @@ namespace llarp , upstream(record.nextHop) , downstream(down) { + started = llarp::time_now_ms(); } TransitHop::TransitHop(const TransitHop& other)