1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-03 07:54:14 +00:00

don't send same message twice

This commit is contained in:
orignal 2024-12-20 19:42:25 -05:00
parent 3995448014
commit 3bdfa5562b

View File

@ -377,7 +377,6 @@ namespace tunnel
m_CurrentHash = to; // set new target router
} // otherwise add msg to the list for current target router
m_I2NPMsgs.push_back (msg);
i2p::transport::transports.SendMessage (to, msg);
}
}