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
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