I installed on pptp in my server.
when i set mss is 1356, the packets will be lost 20% - 30%
/sbin/iptables -I FORWARD -p tcp --syn -i ppp+ -j TCPMSS --set-mss 1356
when i set mss is 1186, the packets will be almost no lost
who can tell me the reason ? thanks!