mark inbound traffic as convotag active

pull/1647/head
Jeff Becker 3 years ago
parent 5fb457e18a
commit f1efcc29ea
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1083,9 +1083,10 @@ namespace llarp
PutReplyIntroFor(msg->tag, path->intro);
Introduction intro;
intro.pathID = from;
intro.router = PubKey(path->Endpoint());
intro.router = PubKey{path->Endpoint()};
intro.expiresAt = std::min(path->ExpireTime(), msg->introReply.expiresAt);
PutIntroFor(msg->tag, intro);
ConvoTagRX(msg->tag);
return ProcessDataMessage(msg);
}

Loading…
Cancel
Save