commit | 61bc4d8daa7af018d7ea084ea38648828a5a90d5 | [log] [tgz] |
---|---|---|
author | Lawrence Brakmo <brakmo@fb.com> | Fri Jun 30 20:02:43 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 01 16:15:13 2017 -0700 |
tree | dbf9fe12d50f65750e82e921831118cd02535ea8 | |
parent | 8550f328f45db6d37981eb2041bc465810245c03 [diff] |
bpf: Sample bpf program to set SYN/SYN-ACK RTOs 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 <brakmo@fb.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>