mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't rely on order in tunnel build message. assign index to hop instead
This commit is contained in:
parent
b95caaf219
commit
59439ebf26
2 changed files with 25 additions and 12 deletions
|
@ -24,6 +24,7 @@ namespace tunnel
|
|||
|
||||
TunnelHopConfig * next, * prev;
|
||||
i2p::crypto::TunnelDecryption decryption;
|
||||
int recordIndex; // record # in tunnel build message
|
||||
|
||||
TunnelHopConfig (const i2p::data::RouterInfo * r)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue