Re: [PATCH net-next v5 04/16] bpf: Sample bpf program to set SYN/SYN-ACK RTOs
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2017-06-30 23:34:42
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2017-06-30 23:34:42
On 06/30/2017 10:06 PM, Lawrence Brakmo wrote:
The sample BPF program, tcp_synrto_kern.c, sets the SYN and SYN-ACK RTOs to 10ms when both hosts are within the same datacenter (i.e. small RTTs) in an environment where common IPv6 prefixes indicate both hosts are in the same data center. Signed-off-by: Lawrence Brakmo <redacted>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>