commit | bb56d4449d8b8de1f22a07f007bb91cb30fcc7cc | [log] [tgz] |
---|---|---|
author | Lawrence Brakmo <brakmo@fb.com> | Fri Jun 30 20:02:50 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 01 16:15:14 2017 -0700 |
tree | f267b7163aa103e842705e765a2cf726b0a7f6a4 | |
parent | 91b5b21c7c16899abb37f4a9e4388b4e9aae0b9d [diff] |
bpf: Sample BPF program to set congestion control Sample BPF program that sets congestion control to dctcp when both hosts are within the same datacenter. In this example that is assumed to be when they have the first 5.5 bytes of their IPv6 address are the same. Signed-off-by: Lawrence Brakmo <brakmo@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>