mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
xdp-synproxy: enable or disable window scaling
XDP generated SYNACK tcp options with window scaling and timestamp could intermittently cause small packet transmission on DDoS protected server. allow user to disable window scaling when such problem occurs. see [0] [0]: https://github.com/vincentmli/xdp-tools/issues/7 Reported-by: DNSPROXY.ORG LLC <dnsproxyorg@gmail.com> Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = a1dd4088127a772f6cefb757f1da5c1ca6c68dab694edd9151fb9313194b7a1dc1388ff7c5cf91fa3857cc5f2fc972e764f511930c069cc80bdcbf8729a34b10
|
||||
$(DL_FILE)_BLAKE2 = 8f3caba605f7bd88a645ebc43c29fb9b1dc547536978bda0127a2ac96b12ad05dd359c915e1d56d8c2cbf4f53e8999a743d3fd9e7de3ac609c4be52ea132f28d
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user