bpf: Sample bpf program to set initial window
authorLawrence Brakmo <brakmo@fb.com>
Sat, 1 Jul 2017 03:02:45 +0000 (20:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 23:15:13 +0000 (16:15 -0700)
commitc400296bf63d234899cf2448cd3d17199676f188
tree84d78d648f2ee14f815e27d9d34e0b19fe39f064
parent13d3b1ebe28762c79e981931a41914fae5d04386
bpf: Sample bpf program to set initial window

The sample bpf program, tcp_rwnd_kern.c, sets the initial
advertized window to 40 packets in an environment where
distinct IPv6 prefixes indicate that both hosts are not
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>
samples/bpf/Makefile
samples/bpf/tcp_rwnd_kern.c [new file with mode: 0644]