Hi.
To improve throughput on a proxmox installation, is it possible to set TCP-MSS to reduce fragmentation using iptables?
I've tried to add this using
but it has had no effect.
Is there a pve-firewall caveat to be aware of?
Thanks
To improve throughput on a proxmox installation, is it possible to set TCP-MSS to reduce fragmentation using iptables?
I've tried to add this using
Code:
iptables -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1436
Is there a pve-firewall caveat to be aware of?
Thanks