set transit started time

holy what the crap.
This commit is contained in:
Jeff Becker 2019-02-23 12:36:39 -05:00
parent 77e238bf94
commit 64f34dccc2
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ namespace llarp
, upstream(record.nextHop)
, downstream(down)
{
started = llarp::time_now_ms();
}
TransitHop::TransitHop(const TransitHop& other)