mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
publish iexp
This commit is contained in:
parent
ac47c9c673
commit
df858d9143
2 changed files with 13 additions and 12 deletions
|
@ -744,6 +744,7 @@ namespace transport
|
|||
introducer.iPort = ep.port ();
|
||||
introducer.iTag = it1->GetRelayTag ();
|
||||
introducer.iKey = it1->GetIntroKey ();
|
||||
introducer.iExp = it1->GetCreationTime () + SSU_TO_INTRODUCER_SESSION_DURATION;
|
||||
if (i2p::context.AddIntroducer (introducer))
|
||||
{
|
||||
newList.push_back (ep);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue