oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.72k stars 220 forks source link

do tail drop not head drop #2117

Closed majestrate closed 1 year ago

majestrate commented 1 year ago

in our congestion control, at each transit hop we currently do head drop which makes it harder for the tcp window to recover.

we should do tail drop instead.

majestrate commented 1 year ago

On Mon, 16 Jan 2023 08:08:17 -0800 majestrate @.***> wrote:

Closed #2117 as completed.

we actually already do tail drop.

note to self dont make this issue again.