Piet De Vaere

Results 7 issues of Piet De Vaere

Add a flag `--sleep` that - is ignored if quota is available on one of the accounts, but - otherwise makes the application sleep until quota is available again. In...

enhancement

Adding RTT estimation to the congestion controller. I added both QUIC and TCP-style estimates. The TCP style estimates do not consider the `ACK Delay` field. They might be useful later...

Currently, the minq server / client will exit when they encounter a non-fatal error (e.g duplicate packet). They shouldn't.

For example, you should be able to do: "shut down client when all data has been transmitted and acked"

The buffer size of the UDP sockets used by minq should be increased. On my machine (a recent Debian version) the buffers overflow when there is a high amount of...

I'm currently working on congestion control & loss dection. I'm basing my work on draft-ietf-quic-recovery-06 [1]. Progress can be somewhat followed in [2]. [1] https://tools.ietf.org/html/draft-ietf-quic-recovery-06 [2] https://github.com/pietdevaere/minq/tree/congestion_control

At the moment it is a bit hit and miss to figure out what IPtables functions are supported. E.g. using the `--source-ports` directive or the `iprange` module appear to crash...