There is TCPMSS target to edit MSS value of connections (including forwarded).
How to edit window size (for example, cap to some maximum value) by iptables rule?
Expecting something like
iptables -t mangle -A OUTPUT -p tcp --dport 1234 -j TCPWINDOW --tcpwindow-set 'min(val,100000)'