LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: Large HTTP GET/POST timeout

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: Large HTTP GET/POST timeout
From: "Peter Mueller" <pmueller@xxxxxxxxxxxx>
Date: Thu, 27 May 2004 15:11:26 -0700
>       Messages from the same type but we do not handle this case yet,
> so setting proper PMTU in director for the route to the real server
> is a good idea.

I've heard people in poptop use this hack.  Maybe you can modify for
your use in this situation.  If it works I like this solution better
than a change to the MTU on the interface.

iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss
1300

P
<Prev in Thread] Current Thread [Next in Thread>