commit | 13d3b1ebe28762c79e981931a41914fae5d04386 | [log] [tgz] |
---|---|---|
author | Lawrence Brakmo <brakmo@fb.com> | Fri Jun 30 20:02:44 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 01 16:15:13 2017 -0700 |
tree | 2ba5e7acc2245ff6296bc8b51e10d49559cdb928 | |
parent | 61bc4d8daa7af018d7ea084ea38648828a5a90d5 [diff] |
bpf: Support for setting initial receive window This patch adds suppport for setting the initial advertized window from within a BPF_SOCK_OPS program. This can be used to support larger initial cwnd values in environments where it is known to be safe. Signed-off-by: Lawrence Brakmo <brakmo@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>