mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-30 23:15:47 +00:00
83bef43fd5
* Throttling improvements on SSU - throttle all transmissions to a peer
when we are retransmitting, not just retransmissions. Also, if
we're already retransmitting to a peer, probabalistically tail drop new
messages targetting that peer, based on the estimated wait time before
transmission.
* Fixed the rounding error in the inbound tunnel drop probability.