Re: [tcpm] New Version Notification for draft-touch-tcpm-tcp-edo-01.txt

Joe Touch <touch@isi.edu> Mon, 05 May 2014 16:52 UTC

Return-Path: <touch@isi.edu>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E76BD1A03BB for <tcpm@ietfa.amsl.com>; Mon, 5 May 2014 09:52:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.851
X-Spam-Level:
X-Spam-Status: No, score=-4.851 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.651] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hUvB4v9EVFf4 for <tcpm@ietfa.amsl.com>; Mon, 5 May 2014 09:52:13 -0700 (PDT)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by ietfa.amsl.com (Postfix) with ESMTP id B69081A017E for <tcpm@ietf.org>; Mon, 5 May 2014 09:52:13 -0700 (PDT)
Received: from [192.168.1.93] (pool-71-105-87-112.lsanca.dsl-w.verizon.net [71.105.87.112]) (authenticated bits=0) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id s45GpTWN002465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 5 May 2014 09:51:38 -0700 (PDT)
Message-ID: <5367C190.1040602@isi.edu>
Date: Mon, 05 May 2014 09:51:28 -0700
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: John Leslie <john@jlc.net>
References: <CF8D8E25-E435-4199-8FD6-3F7066447292@iki.fi> <5363AF84.8090701@mti-systems.com> <5363B397.8090009@isi.edu> <CAO249yeyr5q21-=e6p5azwULOh1_jUsniZ6YPcDYd69av8MMYw@mail.gmail.com> <DCC98F94-EA74-4AAA-94AE-E399A405AF13@isi.edu> <655C07320163294895BBADA28372AF5D2CFE36@FR712WXCHMBA15.zeu.alcatel-lucent.com> <536548D7.5030802@uclouvain.be> <68C69A33-3733-48FB-AED6-E1DBC121C5B7@cs.ucl.ac.uk> <20140505144109.GQ44329@verdi> <5367B4FA.5000904@isi.edu> <20140505163615.GB27034@verdi>
In-Reply-To: <20140505163615.GB27034@verdi>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: http://mailarchive.ietf.org/arch/msg/tcpm/z4PMj7wDZHb6rgIZk2qaOKj7N5o
Cc: tcpm@ietf.org
Subject: Re: [tcpm] New Version Notification for draft-touch-tcpm-tcp-edo-01.txt
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcpm/>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 May 2014 16:52:20 -0000


On 5/5/2014 9:36 AM, John Leslie wrote:
> Joe Touch <touch@isi.edu> wrote:
>> On 5/5/2014 7:41 AM, John Leslie wrote:
>>>
>>> (That's one of the reasons I prefer to have "Data Offset" be a clearly
>>> invalid value whenever it is overridden by EDO: any middlebox will then
>>> have fair warning that it is clueless.)
>>
>> It had that warning when it saw the EDO option and decided that it could
>> ignore it quietly.
>
>     This points out another failure of the TCP-Options design: for such
> a basic building block, Options should have carried an indicator of
> what to do with an unrecognized option -- e.g. ignore, drop the packet,
> etc.

Right - we built that into IPv6, but TCP missed that boat.

However, it still requires that middleboxes would do the right thing; 
their incentive to "keep working" suggests they would treat this like 
all other Internet standards - something to violate if it makes them money.

So even if the flag were there (it sort of is already - but "ignore" on 
pass-through should have been interpreted as "drop"), it's not clear 
middlebox vendors would do as we proscribe.

Joe