Re: [tcpinc] WGLC for draft-ietf-tcpinc-tcpeno

Joe Touch <touch@isi.edu> Wed, 08 March 2017 16:40 UTC

Return-Path: <touch@isi.edu>
X-Original-To: tcpinc@ietfa.amsl.com
Delivered-To: tcpinc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DD3C11293FB for <tcpinc@ietfa.amsl.com>; Wed, 8 Mar 2017 08:40:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.901
X-Spam-Level:
X-Spam-Status: No, score=-6.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.001] autolearn=unavailable autolearn_force=no
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 gQnOaXt_ZI18 for <tcpinc@ietfa.amsl.com>; Wed, 8 Mar 2017 08:40:00 -0800 (PST)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1CA2C126DFB for <tcpinc@ietf.org>; Wed, 8 Mar 2017 08:30:28 -0800 (PST)
Received: from [192.168.1.189] (cpe-172-250-240-132.socal.res.rr.com [172.250.240.132]) (authenticated bits=0) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id v28GTi9T005930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 8 Mar 2017 08:29:46 -0800 (PST)
To: David Mazieres expires 2017-06-05 PDT <mazieres-kvp3i8szbkir43d4bnz6vdu3ds@temporary-address.scs.stanford.edu>, Wesley Eddy <wes@mti-systems.com>, tcpinc@ietf.org
References: <CAJU8_nUGxd0yo2htZg6LY_gSHy8xAjSOY9w4zKFLbVDw+CtZDg@mail.gmail.com> <16c01c14-0896-c8fd-d7c4-e1dd7254420f@mti-systems.com> <87y3wyaw7o.fsf@ta.scs.stanford.edu> <9f7dd5ae-79b0-41fe-0601-674476cc7f6a@mti-systems.com> <878togwcce.fsf@ta.scs.stanford.edu> <331e9ec1-0693-e987-29ef-6bfde3c93fc4@isi.edu> <87zigwuwjq.fsf@ta.scs.stanford.edu> <c38e6dc7-109a-3603-5873-6a11dc172675@isi.edu> <87wpc0uvbc.fsf@ta.scs.stanford.edu>
From: Joe Touch <touch@isi.edu>
Message-ID: <1f33a14a-6ec0-b840-31e0-993a9447e6c1@isi.edu>
Date: Wed, 08 Mar 2017 08:29:44 -0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
MIME-Version: 1.0
In-Reply-To: <87wpc0uvbc.fsf@ta.scs.stanford.edu>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: 7bit
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpinc/QNJ37tIoJ9IpZb3JJJV8vojxT_s>
Subject: Re: [tcpinc] WGLC for draft-ietf-tcpinc-tcpeno
X-BeenThere: tcpinc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "Working group mailing list for TCP Increased Security \(tcpinc\)" <tcpinc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpinc>, <mailto:tcpinc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tcpinc/>
List-Post: <mailto:tcpinc@ietf.org>
List-Help: <mailto:tcpinc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpinc>, <mailto:tcpinc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 08 Mar 2017 16:40:01 -0000

FWIW, you might add "and not attempt to open the connection with
different parameters (e.g., the same socket pair with ENO off, a
different socket pair with ENO off)."

The former is not safe and the latter changes the semantics of the TCP
API incorrectly.

Joe


On 3/7/2017 10:38 PM, David Mazieres expires 2017-06-05 PDT wrote:
> Joe Touch <touch@isi.edu> writes:
>
>> Per RFC793:
>>
>> Abort is an event that the TCP API implements (and can be called by
>> users, the OS, etc.).
>>
>> Reset is a message that TCP issues/receives, and happens within the
>> protocol in reaction to message receipt, timer expiration, or API events.
>>
>> This is why "reset the connection" is imprecise, whereas "abort the
>> connection" is not. ;-)
> Perfect, that's exactly what I needed.  Thank you.
>
> David