mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-09 09:44:15 +00:00
don't send same message twice
This commit is contained in:
parent
3995448014
commit
3bdfa5562b
@ -377,7 +377,6 @@ namespace tunnel
|
|||||||
m_CurrentHash = to; // set new target router
|
m_CurrentHash = to; // set new target router
|
||||||
} // otherwise add msg to the list for current target router
|
} // otherwise add msg to the list for current target router
|
||||||
m_I2NPMsgs.push_back (msg);
|
m_I2NPMsgs.push_back (msg);
|
||||||
i2p::transport::transports.SendMessage (to, msg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user