GNU/Linux xterm-color bash 3140 views

You need to build and install tcp window resize module of iptables[1].

sudo modprobe xt_TCPWIN

sudo iptables -t mangle -I INPUT 1 -p tcp -m tcp –sport 443 –tcp-flags SYN,ACK SYN,ACK -j TCPWIN –tcpwin-set 200

[1] https://github.com/p5n/ipt_tcpwin