Browse Source

don't send same message twice

openssl
orignal 1 day ago
parent
commit
3bdfa5562b
  1. 1
      libi2pd/TunnelEndpoint.cpp

1
libi2pd/TunnelEndpoint.cpp

@ -377,7 +377,6 @@ namespace tunnel @@ -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);
}
}

Loading…
Cancel
Save