mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
own local destination for each 'transient'
This commit is contained in:
parent
85d796f906
commit
feaecbe177
@ -590,7 +590,8 @@ namespace client
|
|||||||
localDestination = CreateNewMatchedTunnelDestination(k, dest, &options);
|
localDestination = CreateNewMatchedTunnelDestination(k, dest, &options);
|
||||||
else
|
else
|
||||||
localDestination = CreateNewLocalDestination (k, type == I2P_TUNNELS_SECTION_TYPE_UDPCLIENT, &options);
|
localDestination = CreateNewLocalDestination (k, type == I2P_TUNNELS_SECTION_TYPE_UDPCLIENT, &options);
|
||||||
destinations[keys] = localDestination;
|
if (keys != "transient")
|
||||||
|
destinations[keys] = localDestination;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user