> > > > > Hm, try disabling pmtu, timestampsand window scaling on your squid server? > > > > > > > > What is PMTU and what does it do? > > > > > > Think I found it. > > > > # httpd_accel_no_pmtu_disc off > > > > If this is turned off how does it determine MTU? > > It doesn't - intermediaries will just fragment the packet. > > Ideally Squid/the OS would be setup to just initiate requests with packet payload > sizes smaller than 1500 bytes but thats OS dependant. > > (Hint: you can set MSS on routes!) Is there an easy way to just tell linux or squid there is a 1492 MTU on its interfaces? Matt