commit | d9925368a641391f38cd281e67b948e6b6f3bcca | [log] [tgz] |
---|---|---|
author | Lawrence Brakmo <brakmo@fb.com> | Fri Jun 30 20:02:48 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 01 16:15:14 2017 -0700 |
tree | 8eb3087d8e67417dcc0892908fac9b1921e55b8b | |
parent | 9872a4bde31b0b055448e9ac1f4c9ee62d978766 [diff] |
bpf: Sample BPF program to set buffer sizes This patch contains a BPF program to set initial receive window to 40 packets and send and receive buffers to 1.5MB. This would usually be done after doing appropriate checks that indicate the hosts are far enough away (i.e. large RTT). Signed-off-by: Lawrence Brakmo <brakmo@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>