Re: [PATCH net-next v5 06/16] bpf: Sample bpf program to set initial window

2017-06-30 Thread Daniel Borkmann
On 06/30/2017 10:06 PM, Lawrence Brakmo wrote: 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 Acked-by: Daniel Bor

[PATCH net-next v5 06/16] bpf: Sample bpf program to set initial window

2017-06-30 Thread Lawrence Brakmo
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 --- samples/bpf/Makefile| 1 + samples/bpf/tcp_rwnd_kern.c |