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 <[email protected]>
> Signed-off-by: Martin KaFai Lau <[email protected]>

Acked-by: John Fastabend <[email protected]>

Reply via email to