Skip to content

Commit

Permalink
don't send same message twice
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Dec 21, 2024
1 parent 3995448 commit 3bdfa55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libi2pd/TunnelEndpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 3bdfa55

Please sign in to comment.