Project-Faster / qpep

A working version of qpep standalone go client/server, designed to accelerate high-latency connections, like those provided by geostationary satellites.
https://docs.projectfaster.org
Other
3 stars 1 forks source link

Introducing connection latency in network blocks connection of the client #47

Closed parvit closed 1 year ago

parvit commented 1 year ago

Will debug the issue simulating a slow connection with linux tc tool

parvit commented 1 year ago

Tipical delays are in the range of 650-750ms, peak 1400ms.

parvit commented 1 year ago

Tested on the ubuntu aws instance with tc qdisc replace dev eth0 root handle 1: netem delay 700ms, the connection establishes correctly after the first couple retries (where it is internally doubling the expected latency value)