Re: [PATCH net-next v5 04/16] bpf: Sample bpf program to set SYN/SYN-ACK RTOs

2017-06-30 Thread Daniel Borkmann
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-of

[PATCH net-next v5 04/16] bpf: Sample bpf program to set SYN/SYN-ACK RTOs

2017-06-30 Thread Lawrence Brakmo
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 --- samples/bpf/Makefile