Martin KaFai Lau wrote:
> This patch adds bpf_setsockopt(TCP_BPF_RTO_MIN) to allow bpf prog
> to set the min rto of a connection.  It could be used together
> with the earlier patch which has added bpf_setsockopt(TCP_BPF_DELACK_MAX).
> 
> A later selftest patch will communicate the max delay ack in a
> bpf tcp header option and then the receiving side can use
> bpf_setsockopt(TCP_BPF_RTO_MIN) to set a shorter rto.
> 
> Reviewed-by: Eric Dumazet <eduma...@google.com>
> Signed-off-by: Martin KaFai Lau <ka...@fb.com>

Acked-by: John Fastabend <john.fastab...@gmail.com>

Reply via email to