From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Jones Subject: Re: Disable tcp MSS option in three way handshake? Date: Thu, 25 Oct 2012 15:50:57 -0700 Message-ID: <5089C251.4090108@hp.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Vincent Li , netdev@vger.kernel.org Return-path: Received: from g6t0186.atlanta.hp.com ([15.193.32.63]:22756 "EHLO g6t0186.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751532Ab2JYWu6 (ORCPT ); Thu, 25 Oct 2012 18:50:58 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 10/25/2012 03:27 PM, Vincent Li wrote: > Hi, > > this sounds crazy, we have a weird situation that an unknown tcp > implementation not putting tcp MSS option in the SYN/ACK which caused > us some issue. All that means is you/your TCP stack are to assume an MSS of 536 bytes. In that sense at least, there is nothing (supposed to be) weird about it. rick jones